pebbe / zmq4

A Go interface to ZeroMQ version 4
BSD 2-Clause "Simplified" License
1.17k stars 166 forks source link

Add GetMonitorSocket go equivalent to pyzmq get_monitor_socket #183

Open clintlombard opened 2 years ago

clintlombard commented 2 years ago

Add equivalent Go functionality of pyzmq's get_monitor_socket (https://github.com/zeromq/pyzmq/blob/main/zmq/sugar/socket.py#L968).