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

Heartbeat incompatibility with jeromq using curve #179

Open
TTonyChopper opened this issue May 23, 2019 · 0 comments
Open

Heartbeat incompatibility with jeromq using curve #179

TTonyChopper opened this issue May 23, 2019 · 0 comments

Comments

@TTonyChopper
Copy link

Hello,
I am currently working on a client application in C# using the nuget package ZEROMQ version 4.1.0.31 connected to a server application in java using jeromq library.

I have been using the integrated heartbeat features in both libraries and when connecting the client to the server it is working as expected, using Plain and Null authentications.
However, when migrating to curve authentication, it seems that the ZEROMQ C# library does not manage correctly the PONG heartbeat response sent by the server(jeromq) and transfer it to the application level, which is not expecting this message.

Is it a bug or is it because the heartbeats are not supported with Curve authentication, or is it due to the incompatibility between both libraries ?

Do you have any suggestions about this issue ? Thank you very much.

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

1 participant