You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Environment
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.
The text was updated successfully, but these errors were encountered: