-
Notifications
You must be signed in to change notification settings - Fork 18k
panic: id <= evictCount on mp-quic #65797
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
Comments
sounds like it should be reported to github.com/lucas-clemente/quic-go |
FYI I'm getting this same sporadic panic using github.com/imroc/req.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go 1.21.7
Output of
go env
in your module/workspace:What did you do?
I created two host inside mininet, one client and one server. The server is running caddy server with mp-quic options(-quic -mp) and the client is a dash client making https/2.0 request via mp-quic. every time i run the program this error happens.
The code I crated is base on mpquicScheduler(https://github.com/deradev/mpquicScheduler) adapted for 360 videos.
PS: sorry for the bad english i am not a native speaker.
What did you see happen?
What did you expect to see?
no error
The text was updated successfully, but these errors were encountered: