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
{{ message }}
This repository has been archived by the owner on May 2, 2023. It is now read-only.
The README document says this when handling the
error
event:However, this appear to conflict with the linked API Retry Policy Recommendations which says:
So it implies we should NOT reconnect on 4xx, except for 429. So do NOT reconnect on HTTP 401.
Which one is correct?
The text was updated successfully, but these errors were encountered: