Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZMQ Heartbeat causes disconnect from server #193

Closed
jtraue opened this issue Feb 15, 2019 · 5 comments
Closed

ZMQ Heartbeat causes disconnect from server #193

jtraue opened this issue Feb 15, 2019 · 5 comments

Comments

@jtraue
Copy link

jtraue commented Feb 15, 2019

Hi,
my client application disconnected randomly from the server due to a timeout while waiting for the server to reply to a message. I was able to trace the problem down to zeromq's heartbeats. If zmq transmits a heartbeat while I want to send a message, my message is dropped. Naturally, the server does not reply to messages which never came in , resulting in a timeout.
My observations adhere to a bug reported in zmq: zeromq/libzmq#3060 As of version 4.3.0 is should be fixed.

When I disable the heartbeats, everything seems to be fine. Unfortunately, I did not have time to try zeromq's version 4.3.0.

@hhaim
Copy link
Contributor

hhaim commented Feb 15, 2019 via email

@hhaim
Copy link
Contributor

hhaim commented Feb 15, 2019 via email

@hhaim
Copy link
Contributor

hhaim commented Feb 19, 2019

Can you verify with latest master code with v4.3.1 ZMQ lib?

@jtraue
Copy link
Author

jtraue commented Feb 21, 2019

I can not reproduce the error using master and 4.3.1 anymore.

@hhaim
Copy link
Contributor

hhaim commented Feb 21, 2019

Thanks again for your finding

@hhaim hhaim closed this as completed Feb 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants