Skip to content

handle EALREADY / WSAEALREADY#198

Merged
swhitty merged 1 commit intomainfrom
WSAEALREADY
Apr 17, 2026
Merged

handle EALREADY / WSAEALREADY#198
swhitty merged 1 commit intomainfrom
WSAEALREADY

Conversation

@swhitty
Copy link
Copy Markdown
Owner

@swhitty swhitty commented Apr 17, 2026

resolves #190

When a socket is connecting and EALREADY / WSAEALREADY errorNo is returned, treat it like the socket is blocked and wait for the socket to become ready.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.45%. Comparing base (da149f5) to head (9a1f9b3).
⚠️ Report is 5 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #198      +/-   ##
==========================================
+ Coverage   92.40%   92.45%   +0.05%     
==========================================
  Files          69       69              
  Lines        3540     3551      +11     
==========================================
+ Hits         3271     3283      +12     
+ Misses        269      268       -1     

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

@swhitty swhitty merged commit 9da1680 into main Apr 17, 2026
24 checks passed
@swhitty swhitty deleted the WSAEALREADY branch April 17, 2026 23:16
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.

failed(type: "Connect", errno: 10037, message: "Unknown error") and WSAGetLastError() returns 10035(WSAEWOULDBLOCK)

1 participant