-
Notifications
You must be signed in to change notification settings - Fork 975
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
The chat-tokio example is broken since v0.45.0 #3100
Comments
4 tasks
@jxs Yes, but still not work. I think it's now failed at:
Full Debug Output
|
The connection is closed because it is idle. You need to either use the connection (send a message) or configure a permanent keep-alive ( |
This issue was fixed by #3296 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
I tried chat-tokio example on
v0.44.0
,v0.45.0
andv0.49.0
. Only worked onv0.44.0
.It seems to be something wrong on mdns as this issue #2676 mentioned.
FYI, this is my system info:
Expected behaviour
First setup some chat nodes by
cargo run --features="tcp-tokio mdns" --example chat-tokio
.Then when you input some words in a node, the other nodes should receive it and print it out.
Actual behaviour
The other nodes do not print anything after input.
And I logged the events, the connection event was not send after nodes setup.
Debug Output
Possible Solution
Check what's wrong on libp2p_mdns.
Version
v0.44.0
,v0.45.0
andv0.49.0
.Would you like to work on fixing this bug?
Maybe.
The text was updated successfully, but these errors were encountered: