You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The socket, server and zmq-socket classes lack nicer wrappers for setting socket options, backlog settings and zmq_socket options without reaching into the wrapping class to the underlying handle.
These methods should exist as first class wrappers.
The text was updated successfully, but these errors were encountered:
The
socket
,server
andzmq-socket
classes lack nicer wrappers for setting socket options, backlog settings and zmq_socket options without reaching into the wrapping class to the underlying handle.These methods should exist as first class wrappers.
The text was updated successfully, but these errors were encountered: