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

Windows iopc no close #1984

Merged
merged 2 commits into from
Dec 10, 2024
Merged

Windows iopc no close #1984

merged 2 commits into from
Dec 10, 2024

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Dec 10, 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.

This same test fails on Windows using IPC, and its good to know
that it works flawlessly for TCP.
This refactors a lot of the IPC code to hopefully address various
hangs on shutdown, etc.  The problem is that named pipes are not
terrifically reliable when it comes to aborting ConnectNamedPipe.
Additionally there were some logic errors in some of our code that
left things rather brittle.

Ultimately this all needs to be replaced with UNIX domain sockets
which are superior in many ways.
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.93%. Comparing base (254b243) to head (2ade67c).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1984      +/-   ##
==========================================
+ Coverage   81.73%   81.93%   +0.19%     
==========================================
  Files          95       95              
  Lines       24077    24077              
  Branches     3208     3208              
==========================================
+ Hits        19680    19728      +48     
+ Misses       4324     4274      -50     
- Partials       73       75       +2     

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

@gdamore gdamore merged commit 2ade67c into main Dec 10, 2024
19 checks passed
@gdamore gdamore deleted the windows-iopc-no-close branch December 10, 2024 15:31
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