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

SCTP transport start and stop should be safe to call concurrently #2867

Open
edaniels opened this issue Aug 13, 2024 · 0 comments
Open

SCTP transport start and stop should be safe to call concurrently #2867

edaniels opened this issue Aug 13, 2024 · 0 comments
Labels
bug Something isn't working difficulty:hard

Comments

@edaniels
Copy link
Member

There's a chance that a SetRemoteDescription can start the SCTP transport while also stopping it which in some cases can leak data channels and some goroutines. Start ought to check the state of itself prior to creating any resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working difficulty:hard
Development

No branches or pull requests

2 participants