[zeromq-dev] router probing not probing when reconnecting

Pieter Hintjens ph at imatix.com
Mon Sep 1 15:44:23 CEST 2014


That sounds like a bug.

On Mon, Sep 1, 2014 at 2:39 PM, Goswin von Brederlow <goswin-v-b at web.de> wrote:
> 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
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev



More information about the zeromq-dev mailing list