Publishing multiple messages simultaneously fail #748
Labels
Status: Available
No one has claimed responsibility for resolving this issue.
Status: More info needed
More information needed from issue author
Hi,
I'm trying to run a simple publisher-subscriber example but a really weird behaviour happens:
When I run
publisher.py
, the weird stuff happens:It seems that the publisher is not sending messages correctly. When a
time.sleep(0.05)
is added between the publish operations, it works fine:Why does this happens? Am I doing something wrong?
Thanks!
Luca
The text was updated successfully, but these errors were encountered: