Is there anyway that can set 'time-out' for nng_stream
?
#1822
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I create a websocket connection by
nng_stream_dialer_dial
, and then allocate anaio
object to send messages. I have to wait the aio finish after callnng_stream_send
to reuse theaio
object. I want to set 'time-out' for the connect, is there anyway to do this?Beta Was this translation helpful? Give feedback.
All reactions