Server can't send data..
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I've created server application with a listener socket (I'm using C#). Everything is ok when the client sends data to the server, but when the server tries to send data to the client I get the error: "Cannor block a call on this socket, while an earlier async one is in progress" The client\server have a listening thread. How can I sends data to the clients? Thanks RoyRose