You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
it would be best practice to have error handling in callbacks that handle exception and return the error back to the connector, especially when its not run via go routine.
i saw that liveClient.Client.Connect() will not return anything, is it because there is a auto reconnect on failure? but i think it should return error if the client is unable to connect for the first time.
at least it should give up first if first attempt fail, alike how nginx proxy works
hi,
it would be best practice to have error handling in callbacks that handle exception and return the error back to the connector, especially when its not run via go routine.
onConnect, onDisconnect, onConnectError, onAuthentication, onSetAuthentication
thank you
The text was updated successfully, but these errors were encountered: