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

Avoid deadlock in Sapphire #454

Merged
merged 3 commits into from
Jun 18, 2024
Merged

Avoid deadlock in Sapphire #454

merged 3 commits into from
Jun 18, 2024

Conversation

tysmith
Copy link
Collaborator

@tysmith tysmith commented Jun 17, 2024

No description provided.

@tysmith tysmith self-assigned this Jun 17, 2024
@tysmith tysmith requested a review from a team as a code owner June 17, 2024 19:14
This will prevent a hang due to race between select() and accept().
@jschwartzentruber
Copy link
Collaborator

Pushed to refresh CI, which should be fixed now.

Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.62%. Comparing base (a75bfdb) to head (f758e3e).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #454      +/-   ##
==========================================
+ Coverage   99.56%   99.62%   +0.05%     
==========================================
  Files          53       53              
  Lines        5568     5570       +2     
==========================================
+ Hits         5544     5549       +5     
+ Misses         24       21       -3     

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

@tysmith tysmith merged commit 637e5f4 into master Jun 18, 2024
6 checks passed
@tysmith tysmith deleted the avoid-deadlock branch June 18, 2024 23:05
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