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
There have been several issues raised where it seems zmq is not properly closing connections. It's time we do something to help troubleshoot the more difficult cases to track down. Add a __del__ to the transport clients. If the client has not been closed warn the user with some helpful debug info.
The text was updated successfully, but these errors were encountered:
There have been several issues raised where it seems zmq is not properly closing connections. It's time we do something to help troubleshoot the more difficult cases to track down. Add a
__del__
to the transport clients. If the client has not been closed warn the user with some helpful debug info.The text was updated successfully, but these errors were encountered: