I'm trying to run a server application. I've tested the network using wstest and it works. When running the application, everything seems OK at first, but the connection breaks immediately after trying to use a client connect to server and Invalid argument: setsockopt SO_RCVTIMEO is printed onto screen.
I'm trying to run a server application. I've tested the network using wstest and it works. When running the application, everything seems OK at first, but the connection breaks immediately after trying to use a client connect to server and
Invalid argument: setsockopt SO_RCVTIMEO
is printed onto screen.Is there any workaround for this issue?