We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running a local node for awhile, quic would return an error with the following
2023-02-25T13:45:49.595210Z ERROR libp2p_quic::endpoint: State mismatch: event for closed connection
This error reference back to https://github.com/libp2p/rust-libp2p/blob/master/transports/quic/src/endpoint.rs#L493 and https://github.com/libp2p/rust-libp2p/blob/master/transports/quic/src/endpoint.rs#L546. So far, there is no weird behaviour or disruption of service, but should be investigated into the actual cause by checking the logs.
The text was updated successfully, but these errors were encountered:
chore: Disable quic by default (related to #33)
f9f500c
Resolved with #76
Sorry, something went wrong.
No branches or pull requests
Running a local node for awhile, quic would return an error with the following
This error reference back to https://github.com/libp2p/rust-libp2p/blob/master/transports/quic/src/endpoint.rs#L493 and https://github.com/libp2p/rust-libp2p/blob/master/transports/quic/src/endpoint.rs#L546. So far, there is no weird behaviour or disruption of service, but should be investigated into the actual cause by checking the logs.
The text was updated successfully, but these errors were encountered: