-
Notifications
You must be signed in to change notification settings - Fork 43
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
Missing messages shared inside docker container #462
Labels
bug
Something isn't working
Comments
I tried this locally (using distrobox/podman) and did not have any skipped messages. I'm curious as to why this is happening in your test. Can you try setting i.e IGN_VERBOSE=1 ign topic -et /test and for ((i=1; i<=100; i++)); do echo "sending test_$i"; IGN_VERBOSE=1 ign topic -p "data:\"test_$i\"" -t /test --msgtype ignition.msgs.StringMsg; done |
Repeated and lost messages 54, 93 On the echo terminal got:
On the publish terminal got:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Additional information
Description
Steps to reproduce
Inside a container with ignition fortress intalled:
ign topic -et /test
for ((i=1; i<=100; i++)); do ign topic -p "data:\"test_$i\"" -t /test --msgtype ignition.msgs.StringMsg; done
Output
Below is an example result, missing the messages 8, 24, 70 and 72.
The text was updated successfully, but these errors were encountered: