Asynchronous-Socket-Class-C-Windows icon indicating copy to clipboard operation
Asynchronous-Socket-Class-C-Windows copied to clipboard

SocketClient allows easy communication between sockets and implements a callback pattern for receiving messages!

Results 6 Asynchronous-Socket-Class-C-Windows issues
Sort by recently updated
recently updated
newest added

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(),...

i have followed the tutorial and i keep getting errors. ![image](https://user-images.githubusercontent.com/36646784/76765147-d7652080-678d-11ea-931a-34b432e36ea4.png) and i did add to linker ![image](https://user-images.githubusercontent.com/36646784/76765542-7853db80-678e-11ea-827d-d621c8a71c8d.png) but i get lots of errors ![image](https://user-images.githubusercontent.com/36646784/76765657-a6d1b680-678e-11ea-8107-4ce4996f5b27.png)

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