You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When serving multiple clients with connected events and MessageEncryption enabled, server fails to dispatch new events if one of the clients disconnects unexpectedly (network error, process crash, etc).
Describe the bug
When serving multiple clients with connected events and MessageEncryption enabled, server fails to dispatch new events if one of the clients disconnects unexpectedly (network error, process crash, etc).
Originates in this discussion: #62
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Additional notes
The issue seems to be related to the closed RsaKeyPair safe handle.
The text was updated successfully, but these errors were encountered: