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
problem:
An error occurs when the zsock_set_tcp_keepalive function is executed
src/zsock_option.inc:2949: zsock_set_tcp_keepalive: Assertion rc == 0 || zmq_error() == (156384712 + 53) failed.
The text was updated successfully, but these errors were encountered:
Also, your call to zmq_setsockopt on the last line will not work because you are passing a CZMQ zsock_t object where a libzmq socket handle is expected. You should use zsock_set_sndhwm instead.
Also, your call to zmq_setsockopt on the last line will not work because you are passing a CZMQ zsock_t object where a libzmq socket handle is expected. You should use zsock_set_sndhwm instead.
Use the 4.2.2czmq version and the 4.3.5 zmq version
code:
problem:
An error occurs when the zsock_set_tcp_keepalive function is executed
src/zsock_option.inc:2949: zsock_set_tcp_keepalive: Assertion
rc == 0 || zmq_error() == (156384712 + 53)
failed.The text was updated successfully, but these errors were encountered: