Network error WSAENOTSOCK 10038: "Socket operation on nonsocket"
Error
Network error 10038: "Socket operation on nonsocket"
Error description
- You are trying to work with unopened or closed network socket.
- You are specifying an incorrect or non-existing address for server socket bind.
- You are trying to bindIPv6 of a local address for socket that works on IPv4 or vise versa.
Problem solution
Check the validness and physical accessibility of the server socket for binding.