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 some race conditions on webrtc connection shutdown. #2506

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

roxanneskelly
Copy link
Contributor

In a few locations, there were cases where connection shutdown would stall, leaving the connection in place. This was due to bad handling of the outstanding operations counter.

This is a fix for: https://github.com/secondlife/viewer-private/issues/278

To validate, follow the steps in that issue.

In a few locations, there were cases where connection shutdown
would stall, leaving the connection in place.  This was due to
bad handling of the outstanding operations counter.
@github-actions github-actions bot added the c/cpp label Sep 4, 2024
@roxanneskelly roxanneskelly changed the title Fix some race conditions on connection shutdown. Fix some race conditions on webrtc connection shutdown. Sep 5, 2024
@roxanneskelly roxanneskelly added bug Something isn't working team:viewer labels Sep 5, 2024
@roxanneskelly roxanneskelly marked this pull request as ready for review September 5, 2024 16:19
@roxanneskelly roxanneskelly merged commit a617dc8 into develop Sep 5, 2024
13 checks passed
@roxanneskelly roxanneskelly deleted the roxie/webrtc-1392 branch September 5, 2024 16:19
@github-actions github-actions bot locked and limited conversation to collaborators Sep 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working c/cpp team:viewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants