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

Publisher sending duplicate messages #1106

Open
abust005 opened this issue Sep 30, 2024 · 0 comments
Open

Publisher sending duplicate messages #1106

abust005 opened this issue Sep 30, 2024 · 0 comments

Comments

@abust005
Copy link

Environment

NetMQ Version:    4.0.1.13
Operating System: Windows 10
.NET Version:     Framework 4.8

Expected behaviour

Publisher socket will only send one, multi-frame message when using either SendMoreFrame or SendMultipartMessage

Actual behaviour

Messages are being duplicated. Instead of only sending one multi-frame message, it sends two identical multi-frame messages.

Steps to reproduce the behaviour

Set up Publisher socket that connects to one or more Subscribers (have tested with C++ and Python subscribers). Set up simple message receive loop for Subscribers. Send multi-frame message using either SendMoreFrame or SendMultipartMessage schemes. Print out received messages in Subscriber loop. Two identical messages should appear.

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