I'm using the library in a simple implementation of the 7/MDP protocol (https://rfc.zeromq.org/spec/7/) and using ROUTER/DEALER sockets combination.
The issue I'm experiencing is when client is disconnected - is there a way to monitor for disconnect knowing the identity?
Relying on MDP heartbeats also doesn't help as :chumak.send_multipart/2 always returns :ok, also for disconnected parties.
Hi,
I'm using the library in a simple implementation of the 7/MDP protocol (https://rfc.zeromq.org/spec/7/) and using ROUTER/DEALER sockets combination. The issue I'm experiencing is when client is disconnected - is there a way to monitor for disconnect knowing the identity? Relying on MDP heartbeats also doesn't help as
:chumak.send_multipart/2
always returns:ok
, also for disconnected parties.Thank you in advance!