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: setup datachannel handlers before connecting to a peer #2716

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

sukunrt
Copy link
Member

@sukunrt sukunrt commented Feb 22, 2024

If done after connecting to a peer, there's a small window of time when datachannels created by the peer may cause a memory leak.

If done after connecting to a peer, there's a small window of time
when datachannels created by the peer may cause a memory leak.
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.

LGTM, but I need to say that I don't understand everything about WebRTC

@sukunrt
Copy link
Member Author

sukunrt commented Feb 23, 2024

Please let me know if I elaborate on anything.

@sukunrt sukunrt merged commit 473a5e9 into master Feb 23, 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