Asynchronous-Socket-Class-C-Windows
Asynchronous-Socket-Class-C-Windows copied to clipboard
SocketClient allows easy communication between sockets and implements a callback pattern for receiving messages!
I was trying to make a simple class to send data to a listening java server on different frameworks but after i write the data isn't transmitted instantly in frameworks...
This code is entirely broken, I dont know how did you link winsock, I managed to get it to send by changing send to just int result = send(sock, message.data(),...
See title
i have followed the tutorial and i keep getting errors.  and i did add to linker  but i get lots of errors 
Hello Sir I'm try to connect server to client but I'm getting error like "ERROR While Connecting" I just followed your step what you ask for