ezmq
ezmq copied to clipboard
TCP events
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