[zeromq-dev] subscriber stops receiving messages after reconnect

Petr Postulka ppostulka at gmail.com
Tue Dec 17 15:41:26 CET 2013


Hi,

we are experiencing an issue with disconnection on subscriber side. In
our program we have two processes, one is publisher and one is
subscriber. Publisher does bind and Subscriber connect. Publisher is
publishing data to subscriber on regular basis - every 1 sec. The
problem is when the connection is cut off in non standard way and then
reconnected, the subscriber is not receiving data anymore.

We are able to reproduce the issue with virtual machine - the
publisher is running in virtual machine, subscriber is running on the
host. If we disconnect cable in virtual machine and then reconnect it
back, the subscriber is not receiving the data anymore. If we monitor
the socket state via Socket Monitor API, the subscriber does not
recognize the disconnection at all.

Publisher: JeroMQ 0.3.2
Subscriber fszmq 4.0.4

Any help will be much appreciated.

Thank you.

Petr



More information about the zeromq-dev mailing list