Closed ainar closed 2 years ago
When using progress, I sometimes have this warning: ResourceWarning: Unclosed socket <zmq.Socket(zmq.PULL)
progress
ResourceWarning: Unclosed socket <zmq.Socket(zmq.PULL)
I suggest gracefully closing the socket and the context of ZMQ at the close of the progress context.
Interesting, never saw this before, thanks!
When using
progress
, I sometimes have this warning:ResourceWarning: Unclosed socket <zmq.Socket(zmq.PULL)
I suggest gracefully closing the socket and the context of ZMQ at the close of the progress context.