2 server defined tcp/ip ports on same engine = 26094
2 clients BOTH sending to those ports with same ip
conn_4_client define to connect to conn_2: localhost and port 26094
and
conn_3_client defined to connect to server thread conn_1: localhost and port 26094
How can both server threads (port 26094) be connected to? by different clients. I do have auto-reconnect chosen on the server side.
I do not have enable ephermeral port range selected
We had a production issue the other day where two server threads using same port…and two external clients referencing the same ports…and the wrong client / server apps were paired up