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

Tcp stop #1985

Merged
merged 6 commits into from
Dec 12, 2024
Merged

Tcp stop #1985

merged 6 commits into from
Dec 12, 2024

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Dec 11, 2024

fixes #

Note that the above format should be used in your git commit comments.
You agree that by submitting a PR, you have read and agreed to our
contributing guidelines.

Inproc doesn't have any real need for action here, as it's simple,
but the stub implementation will let us remove the check in the
common code layer.
While here renamed a couple of symbols to avoid conflation with
the supplemental websocket functions of the same name.
Add test cases ensuring that the transports implement all
required functionality (entry points are not null).
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.87%. Comparing base (c889453) to head (90308d8).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1985      +/-   ##
==========================================
- Coverage   81.92%   81.87%   -0.05%     
==========================================
  Files          95       95              
  Lines       24057    24094      +37     
  Branches     3201     3201              
==========================================
+ Hits        19708    19728      +20     
- Misses       4273     4293      +20     
+ Partials       76       73       -3     

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

@gdamore gdamore merged commit 90308d8 into main Dec 12, 2024
16 of 19 checks passed
@gdamore gdamore deleted the tcp-stop branch December 12, 2024 23:11
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.

1 participant