C# tcp protocol connection in Windows. What happens if server application crash?
What happens if I make a server application using tcp protocol and then establish connection with a client application but the server crash and then the client send data. Will the data be lost or the system will continue trying to send it?
Re: C# tcp protocol connection in Windows. What happens if server application crash?
It depends on what the client does (detect the server fail? retry?), but most likely unless the client does something special, the data will be lost