Hello!
I have a problem using Winsock with my application.
I'm using the UDP protocol.
I have two programs, the client and the server.
The server sends data every 2 seconds.
If I start the server first and then the client, it works.
But, if I start the client first, it does not get the data.
Likewise, if I exit the server and then reload it, the client does not get the data.
Why is this?
Thanks!
