Hello. Hope you're well.
I want to simultaneously write and read from one client board to several servers.
For example, here are two servers with
Server1: IP:192.168.1.101, Port:2000
Server2: IP:192.168.1.102, Port:2001
According to the picture, I considered a telegram for each of them.
In the case that both servers are ready to accept and communicate, there is no problem and data exchange is done, but when one server fails, the connection with the other server also fails.


How can I solve this problem?
In fact, I want to not waste time to query other servers in case of a server loss.
Hello. Hope you're well.


I want to simultaneously write and read from one client board to several servers.
For example, here are two servers with
Server1: IP:192.168.1.101, Port:2000
Server2: IP:192.168.1.102, Port:2001
According to the picture, I considered a telegram for each of them.
In the case that both servers are ready to accept and communicate, there is no problem and data exchange is done, but when one server fails, the connection with the other server also fails.
How can I solve this problem?
In fact, I want to not waste time to query other servers in case of a server loss.