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
Logger.Error(e,L($"Error while listening to websocket stream, error: '{e.Message}'"));
next the method tries to ReconnectSynchronize and assuming we have the same exception the method continues makring the client IsRunning, IsStarted in ln 356 of the StartClient method.
Can you please comment as this flow apparently look buggy to me
The text was updated successfully, but these errors were encountered:
let's say ln ln 421 throws an Exception
it will be catched on ln549
next the method tries to
ReconnectSynchronize
and assuming we have the same exception the method continues makring the client IsRunning, IsStarted in ln 356 of theStartClient
method.Can you please comment as this flow apparently look buggy to me
The text was updated successfully, but these errors were encountered: