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

webrtc: close mux when closing listener #2717

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Conversation

sukunrt
Copy link
Member

@sukunrt sukunrt commented Feb 23, 2024

There is currently a leak in the webrtc listener. When the listener is closed the udp mux readloop just keeps running.

depends on #2716

@sukunrt sukunrt force-pushed the webrtc-listener-close branch 3 times, most recently from cb1dd0e to 0765038 Compare February 23, 2024 09:10
@sukunrt sukunrt changed the base branch from webrtc-dc to master February 23, 2024 15:45
There is currently a leak in the webrtc listener. When the listener
is closed the udp mux readloop just keeps running.
Copy link
Contributor

@guillaumemichel guillaumemichel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@sukunrt sukunrt merged commit 6130b9c into master Mar 1, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants