-
Notifications
You must be signed in to change notification settings - Fork 1
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
Discovery fails unless run manually #2
Comments
I was trying to avoid a delay there but your are right. It failed miserably.. |
This is how I build:
And run:
For reference: https://github.com/benhylau/mesh-workshop#prepare-docker-image-archive |
Ugh... new ways to fail 🤣
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discovery does not work unless I manually run this in my docker container:
tcpdump
shows some broadcasts like this:I think this needs to be in the loop (and validated) because in the beginning
sbot whoami
probably returns nothing, leading to the corrupt broadcast.I see that prototype, and therefore meshstream, tries to address this by a delay... which partially takes care of the problem but I think it's an unreliable way of doing it. No such mechanism exists here.
The text was updated successfully, but these errors were encountered: