Skip to content
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

bug: crash in debug modes #158

Open
erhant opened this issue Dec 13, 2024 · 0 comments
Open

bug: crash in debug modes #158

erhant opened this issue Dec 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@erhant
Copy link
Member

erhant commented Dec 13, 2024

thread 'tokio-runtime-worker' panicked at ~/.cargo/git/checkouts/rust-libp2p-2b2e91646de2405c/7ce9f9e/protocols/request-response/src/lib.rs:651:9:
assertion `left == right` failed
  left: false
 right: true
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

related:

the issue seems to be due to the "ordering" of behaviors, we have to put connection limits above the other ones.

UPDATE 09.01.25: we have updated the ordering, but the bug persists

@erhant erhant added the bug Something isn't working label Dec 13, 2024
@erhant erhant self-assigned this Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant