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
In JS client reconnectionAttempts are infinity by default, but here are 10. When I set int.MaxValue or 99999 there is System.ArgumentOutOfRangeException, 10000 will be accepted.
In JS client reconnectionAttempts are infinity by default, but here are 10. When I set int.MaxValue or 99999 there is System.ArgumentOutOfRangeException, 10000 will be accepted.