[zeromq-dev] router probing not probing when reconnecting

Goswin von Brederlow goswin-v-b at web.de
Mon Sep 1 14:39:54 CEST 2014


Hi,

to me it looks like the probe router socket option only probes on the
initial connect but not when reconnecting.

I have a server and client process. The client calls (czmq code):

    zsocket_set_probe_router(zsock_resolve(self.sock), 1);

After that the server receives a message containing 2 frames, the
clients identity and a zero frame as expected. The client and servere
then do some heartbeating.

Now I stop the server and restart it. I would expect the server would
again receive a message containing 2 frames, the clients identity and
a zero frame. Instead I get a heartbeat from the clients backlog.

Is that the intended behaviour or a bug?

MfG
	Goswin




More information about the zeromq-dev mailing list