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
{{ message }}
This repository was archived by the owner on Sep 2, 2022. It is now read-only.
As described in #53 , connections are being closed multiple times. A workaround is, to check while closing, whether the connection is already closed, and then performing a no-op.
With this issue, the reason for multiple calls to Close from different locations or even the same location should be found and eliminated, so that connections are closed exactly once.
The text was updated successfully, but these errors were encountered:
As described in #53 , connections are being closed multiple times. A workaround is, to check while closing, whether the connection is already closed, and then performing a no-op.
With this issue, the reason for multiple calls to
Close
from different locations or even the same location should be found and eliminated, so that connections are closed exactly once.The text was updated successfully, but these errors were encountered: