Doron Somech 81444136d5 problem: router doesn't know when peer disconnected
ZMQ_ROUTER_NOTIFY doesn't have a context and doesn't play nice with protocols. with ZMQ_DISCONNECT_MSG we can set it to a protocol message, like DISCONNECT in majordomo. Router will send it when a peer is disconnected. Another advantage of ZMQ_DISCONNECT_MSG is that it also works on inproc.

Together with ZMQ_HEARTBEAT it allows to build very reliable protocols, and much simpler as well.
2020-04-17 18:04:28 +03:00
..
2013-09-15 20:13:44 +02:00
2017-01-19 21:00:15 +00:00
2015-12-08 13:16:09 +06:00
2015-12-08 13:16:09 +06:00
2018-09-13 22:14:06 +01:00