Replies: 1 comment
-
Hi @jwj15 this is happening in the |
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
-
I use tcpclient
Environment
SuperSimpleTcp : v3.0.0
NET6 runtime : v6.0.8
OS : Windows7 Service Pack 1
Enabling the keepalive option causes an error
option --> client.Keepalive.EnableTcpKeepAlives = true;
error message --> "keepalives not supported on this platform, disabled"
If data is sent after an error, the following message is output.
I do a connection check before sending data. but this code passes
But Windows 10 and 11 work fine.
Beta Was this translation helpful? Give feedback.
All reactions