Is there a way to programmatically find out when the pgm zeromq socket stopped sending information because the ZMQ_RATE limit was reached or if it discards the data because the ZMQ_SNDHWM limit has been reached. There is a call to the zmq_socket_monitor function, which allows the user to see events, such as client connection and client disconnection. I think there should be a similar design for speed limits.
source
share