Hi DesktopMan,
Our websocket client doesn't allow reconnecting by calling the connect function again. You can simply create a new websocket client object instance and then call connect.
Also FYI it probably is dangerous to endlessly loop if an exception occurs trying to reconnect again. You probably only will want to try a couple of times and potentially not depending on the error.
Steve
Our websocket client doesn't allow reconnecting by calling the connect function again. You can simply create a new websocket client object instance and then call connect.
Also FYI it probably is dangerous to endlessly loop if an exception occurs trying to reconnect again. You probably only will want to try a couple of times and potentially not depending on the error.
Steve