erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
887 stars 190 forks source link

Support Monitor Sockets #203

Closed peterschwarz closed 5 years ago

peterschwarz commented 6 years ago

Add support for the zmq_socket_monitor in 0.8 (and presumably 0.9 - hopefully against libzmq 4.x).

This feature is useful for detecting changes in the state of a socket and acting accordingly (e.g. if a connected server goes down and returns, a client may need to send an application-specific handshake again).

peterschwarz commented 6 years ago

Implementation of this against 0.8 is provided in PR #202

rotty commented 5 years ago

This should be fixed in 0.8.3 and 0.9.0, as PR #202 is part of both of these releases.