-
Notifications
You must be signed in to change notification settings - Fork 45
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
Sync with upstream nng #2 #138
Conversation
This function needs to be pretty much identical between PAIR v0 and v1, it was missing just the call to release the pollable resources.
fixes #1543 by aborting tasks that may have been prepped, but not yet started.
Finish receive aio on tcp pipe close
…ket on Windows (#1562)" This reverts commit 1892e1d6d102d1fbd37e2c3bbb59dc35d81c8b33.
This reverts commit 8461c7207b440f5ba8c51b2236fcfa178f415a6f.
We try to move the msgq close up earler. While here we can stop dropping and reacquiring the lock -- this is likely left over and may lead to races.
Codecov ReportBase: 55.74% // Head: 55.74% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #138 +/- ##
==========================================
- Coverage 55.74% 55.74% -0.01%
==========================================
Files 95 95
Lines 24887 24892 +5
==========================================
+ Hits 13874 13876 +2
- Misses 11013 11016 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
No description provided.