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
HTTP 429 responses return a structured message -as opposed to a string- that breaks the CloseIoResponseException constructor, as it's always expecting a string.
Summary
HTTP 429 responses return a structured message -as opposed to a string- that breaks the
CloseIoResponseExceptionconstructor, as it's always expecting a string.