[zeromq-dev] resource temporarily unavailable

Michael Hunley michael at codecobblers.com
Mon Aug 5 19:48:00 CEST 2013


Using pyzmq-13.1.0-py3.3-macosx-10.6-intel.egg on my macbook pro (OsX
10.7.5) I am getting "Resource temporarily unavailable" when calling
disconnect from the receiver side of a PAIR socket. I know they are
connected and I have received messages because this close is in
response to a "CLOSE" message sent from the sender. I have tried
changing the sender to call close with linger=100 immediately after
sending that or waiting for the receiver thread to complete before
calling close [receiver is a thread I join()].

I don't see this documented or called out anywhere in the PyZMQ docs.
The PyZMQ dev list says this is a general libzmq issue not a pyzmq
issue.

thanks



More information about the zeromq-dev mailing list