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
Is your feature request related to a problem? Please describe.
It would be nice to have a Client.OnConnectionFailure event so we could make it stop reconnecting or add other stuff
Describe the solution you'd like
Like mentioned above the addition of a Client.OnConnectionFailure event handler would be it
Describe alternatives you've considered
I could make the reconnect timer 0 and then manually close/dispose the client but then I would have to keep declaring it in order to reuse it
Additional context
I have been learning how to code by myself so if I am missing something please let me know, thanks in advance :)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It would be nice to have a Client.OnConnectionFailure event so we could make it stop reconnecting or add other stuff
Describe the solution you'd like
Like mentioned above the addition of a Client.OnConnectionFailure event handler would be it
Describe alternatives you've considered
I could make the reconnect timer 0 and then manually close/dispose the client but then I would have to keep declaring it in order to reuse it
Additional context
I have been learning how to code by myself so if I am missing something please let me know, thanks in advance :)
The text was updated successfully, but these errors were encountered: