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(client): Potential channel blocking issue for SCTP endpoints #962

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

ZuhairORZaki
Copy link
Contributor

Fixes #961

@TwiN TwiN changed the title Fixing Channel Blocking Issue fix(client): Potential channel blocking issue for SCTP endpoints Jan 14, 2025
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 76.02%. Comparing base (1ddaf5f) to head (974fbce).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
client/client.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #962      +/-   ##
==========================================
- Coverage   76.04%   76.02%   -0.03%     
==========================================
  Files          74       74              
  Lines        6704     6706       +2     
==========================================
  Hits         5098     5098              
- Misses       1304     1306       +2     
  Partials      302      302              

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

@TwiN TwiN merged commit 9157b5b into TwiN:master Jan 14, 2025
2 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.

Possible Channel Blocking Issue in client.go
2 participants