zeromq / pyzmq

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

avoid warning in race when cancelled future ignores zmq.Again #1938

Closed minrk closed 6 months ago

minrk commented 6 months ago

still warn if cancelled future drops a message (much less likely, but still not impossible!)

closes #1925