TCP set_nodelay, code: 10022, kind: InvalidInput, message: "An invalid argument was supplied." #6380
Unanswered
rohanlukose
asked this question in
Q&A
Replies: 1 comment
-
Please see if it works if you use When you file the issue, please make sure that you have included a complete, runnable example that triggers the error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - I am running into below error intermittently when invoking set_nodelay().
code: 10022, kind: InvalidInput, message: "An invalid argument was supplied."
When I looked into more about this error, 10022 maps to windows error WSAEINVAL. But I am not sure what can cause this.
Any help/work arounds for this is greatly appreciated :)
https://learn.microsoft.com/en-us/windows/win32/winsock/windows-sockets-error-codes-2
Beta Was this translation helpful? Give feedback.
All reactions