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
{{ message }}
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
I know on ZMQ's end it will throw, but I'm not sure how errors get propagated here / what to check for.
What I'm looking to do is
sock.setsockopt(zmq. ZMQ_SNDTIMEO, 0)
so thatsend()
s will never block.In this case will the JS
send()
API throw anEACCESS
? Are there better ways to do this?The text was updated successfully, but these errors were encountered: