-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Upgrade pion/webrtc to v4 #3098
base: master
Are you sure you want to change the base?
Conversation
This webrtc v4 upgrade seems to make TestManyConnections racy I was trying to narrow down what the problem was so I ran 100 iterations (go test ./p2p/transport/webrtc -run TestManyConnections -count=1) with the following values
without any failure. After increasing numListeners and dialersPerListener to 3 but keeping connections per dialer to 1:
I can repro the issue seen in CI
|
I tried downsize the test parameters to something like this. It is still a bit flaky.
Log:
|
Description
pion/webrtc
intransport/webrtc
tov4