Does gen_tcp supports non-blocking send ?
I have tried gen_tcp:send which returns the ok while the packets has not been sent to the receiver. Whether any mechanism in erlang to check the sent message delivary?
Thanks
Does gen_tcp supports non-blocking send ?
I have tried gen_tcp:send which returns the ok while the packets has not been sent to the receiver. Whether any mechanism in erlang to check the sent message delivary?
Thanks