Hello everbody, i need to change the port or host when i cant connect, let me explain better.
example:
try to connect to host1 on port1
if error connect to host1 on port2
if error connect to host2 on port1
if error connect to host2 on port2
What is the better way to do it ?
Using the onError event?
Using the WSocket1SessionClosed event?
Exists another way without use events?
Thanks a lot!