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?
Contributor
2096 Points
1040 Posts
Thread Issue
Jun 10, 2016 06:19 AM|Khuram.Shahzad|LINK
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?
Participant
1968 Points
1026 Posts
MVP
Re: Thread Issue
Jun 12, 2016 10:08 PM|maherjendoubi|LINK
Hi,
Would you please share your code here to analyze it?
Thanks,
Maher
Blog : https://maherjendoubi.io