User-1780421697 posted
I have a C# Server application (async Socket) , allow socket connection for communication.This server application works fine with C# Console client, i have infinite while loop in which i wait for the user input and when user done i send message to server.
Now i need to use ASP.Net web app as client, Connection to server is successful, Message send to server is successful but before accepting response from server thread closed.
Is there any possible solution by which i can manage this thread issues?