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

Broken

Open fearek opened this issue 4 years ago • 0 comments

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(), message.size(), 0); but that either somehow closes the program without any info or sends 32 bytes max I know its old af but this is exactly what I need and I cant find anything like that

fearek avatar Jun 29 '21 14:06 fearek