In CZMQ and PYZMQ you can use the socket event monitor interface to receive socket event notification of things such as connect, disconnect, accepted, etc.
I use the zmonitor from CZMQ and zmq.utils.monitor.recv_monitor_message from pyzmq for receiving connection state information in applications where the connection state is important. Perhaps you could check if this would satisfy your needs. Regards, Chris
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
