context: return -ENOENT for destroyed globals
Set the destroyed flag on globals and make sure they are not available anymore during the signal emissions. One such instance is where a global is destroyed, the resources are destroyed, a waiting client is resumed, the clients asks to bind to the global and causes an error. See #298
Loading
Please register or sign in to comment