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

Fix crash when two transports use colliding port ranges #1469

Merged
merged 4 commits into from
Nov 21, 2024

Conversation

ibc
Copy link
Member

@ibc ibc commented Nov 21, 2024

Fixes #1466

We where NOT taking into account minPort when generating the hash of the PortRange (due to a typo) so different inputs where obtaining same hash.

@ibc ibc requested a review from jmillan November 21, 2024 12:29
@ibc ibc merged commit 15f8b4c into v3 Nov 21, 2024
55 checks passed
@ibc ibc deleted the fix-crash-when-two-transports-use-colliding-port-ranges branch November 21, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Worker crash when webRtcTransport.close() is called
2 participants