Socket in C++ : Handle multiple concurrent request in Windows OS
I try to build a multi thread server so when there is multiple concurrent request, the server can handle them at the same time. But, my code still require for waiting first request to be done before starting second request.
WSAGetLastErrror returns 0
I’m creating a project using winsock2’s sockets
I’m using a syscall to connect to a socket on a local IP address, then I implemented a simple method for error handling purposes.