Receives a message on the given socket and interprets it as a socket
state change event.
socket must be a PAIR socket which is connected to an endpoint
created via a $(FREF Socket.monitor) call. receiveEvent() receives
one message on the socket, parses its contents according to the
specification in the $(ZMQREF zmq_socket_monitor()) reference,
and returns the event information as an Event object.
Receives a message on the given socket and interprets it as a socket state change event.
socket must be a PAIR socket which is connected to an endpoint created via a $(FREF Socket.monitor) call. receiveEvent() receives one message on the socket, parses its contents according to the specification in the $(ZMQREF zmq_socket_monitor()) reference, and returns the event information as an Event object.