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
When the client gets disconnected from the hub, it will continuously try to re-connect, but with no delay. I first tried using "interval" and set the interval to an array of integers [1,2,3,4,5], but the same thing happend although it stopped after five tries. I was not sure if the actual number was in seconds or milliseconds so I also tried with [1000,2000,3000...] but with the same result, no delay.
BTW... are all connection settings i seconds?
(but thanks for everything else ;) )
The text was updated successfully, but these errors were encountered:
reconnect_interval does not seem to have any affect mandrewcito#102
Reconnect logic spamming logs and creating threads until resource exhaustion occurs mandrewcito#97
Describe the bug
I've set up my connection as following:
When the client gets disconnected from the hub, it will continuously try to re-connect, but with no delay. I first tried using "interval" and set the interval to an array of integers [1,2,3,4,5], but the same thing happend although it stopped after five tries. I was not sure if the actual number was in seconds or milliseconds so I also tried with [1000,2000,3000...] but with the same result, no delay.
BTW... are all connection settings i seconds?
(but thanks for everything else ;) )
The text was updated successfully, but these errors were encountered: