JustinTulloss/zeromq.node

[question] will setting ZMQ_SNDTIMEO to 0 cause throws?

Opened this issue · 2 comments

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 that send()s will never block.

In this case will the JS send() API throw an EACCESS? Are there better ways to do this?

I have honestly no idea. Try and find out?