Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

server: fix panic during PAUSE due to race condition (#689) #692

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

aler9
Copy link
Member

@aler9 aler9 commented Feb 7, 2025

Fixes #689

Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.03%. Comparing base (07039eb) to head (b53d829).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #692      +/-   ##
==========================================
+ Coverage   82.00%   82.03%   +0.02%     
==========================================
  Files         120      120              
  Lines       12464    12466       +2     
==========================================
+ Hits        10221    10226       +5     
+ Misses       1825     1823       -2     
+ Partials      418      417       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aler9 aler9 merged commit 6430912 into main Feb 7, 2025
9 checks passed
@aler9 aler9 deleted the fix/server-panic branch February 7, 2025 15:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Race condition between RTSP server and the PAUSE command causing a crash.
1 participant