-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
Panic with tokio 1.39 #1936
Comments
What platform are you testing on? Looks like Linux probably? I'm surprised those tests fail for you, they pass for me at least. I can reproduce this issue on macOS, works with tokio 1.37.0 (that's what I had before) and fails with tokio 1.39.0. |
Are you able to try this with tokio-rs/tokio#6584 reverted? |
@Darksonn with |
@djc yep linux |
You can ignore my test failures. My work laptop is setup with |
Closing this since it was a Tokio regression: |
Yep I can confirm all seems well here with tokio 1.39.1 ✔️ |
Thanks for the quick feedback! |
tokio
1.39.0
is out today. It causes quinn to panic. This can be demonstrated using this repos tests. Not sure if this is a tokio issue tbf, but I've so far only seen issue with quinn usage.tokio = 1.38.1
No panics (2 test failures locally).
tokio = 1.39.0
The text was updated successfully, but these errors were encountered: