0
Answer

Health Check between TCP Servers using C#?

Ask a question
Prasadz

Prasadz

11y
1.6k
1
I have two TCP Servers. One is Active Server and another one is Slave Server.

If Active Server down, how to run Slave Server Automatically and clients has to connect to Slave server?

Then after some time If Active Server up, then automatically slave server has to stop receiving data from clients. Clients has to connect to Master Server.