zeromq / pyzmq

PyZMQ: Python bindings for zeromq
http://zguide.zeromq.org/py:all
BSD 3-Clause "New" or "Revised" License
3.72k stars 636 forks source link

handle closed shadow sockets in ZMQStream #1848

Closed minrk closed 1 year ago

minrk commented 1 year ago

I believe this handles the case in https://github.com/spyder-ide/spyder/issues/20381

cc @ccordoba12

ccordoba12 commented 1 year ago

Looks good to me, thanks @minrk!