ezmq icon indicating copy to clipboard operation
ezmq copied to clipboard

TCP events

Open surik opened this issue 10 years ago • 1 comments

Is there possibility to get notifications about tcp_closed or tcp_error? I use ezmq:connect in gen_server and I would like to get events from TCP in handle_info but there is only message to log https://github.com/zeromq/ezmq/blob/master/src/ezmq_link.erl#L364

surik avatar Aug 27 '15 13:08 surik

Not at the moment...

Something like the socket-monitor API would be needed

RoadRunnr avatar Aug 27 '15 13:08 RoadRunnr