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

fixes #1543 Deadlock in nng_close(socket) #1786

Merged
merged 1 commit into from
Feb 25, 2024
Merged

fixes #1543 Deadlock in nng_close(socket) #1786

merged 1 commit into from
Feb 25, 2024

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Feb 25, 2024

This looks like a possible problem that may be windows specific involving the flow for IO completion ports. This simplifies the logic a little bit, and should ensure that canceled requests on pipes do not restart.

This looks like a possible problem that may be windows specific involving
the flow for IO completion ports.  This simplifies the logic a little bit,
and should ensure that canceled requests on pipes do not restart.
Copy link

codecov bot commented Feb 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.13%. Comparing base (08e55b9) to head (8e62028).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1786      +/-   ##
==========================================
+ Coverage   79.00%   79.13%   +0.13%     
==========================================
  Files          94       94              
  Lines       21077    21077              
==========================================
+ Hits        16651    16680      +29     
+ Misses       4426     4397      -29     

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

@gdamore
Copy link
Contributor Author

gdamore commented Feb 25, 2024

I'm going to merge this... I think it is probably the right fix. Please let me know if this for any reason not fix the issue.

@gdamore gdamore merged commit 8e62028 into master Feb 25, 2024
18 checks passed
@gdamore gdamore deleted the gdamore/winhang branch February 25, 2024 23:18
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.

None yet

1 participant