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
Sometimes the app can perform actions quickly enough to trigger Lobsters' in-built spam throttling feature. In that scenario the response includes the Retry-After header that we should respect. OkHttp already has support for this AFAICT but it seems to not be triggering for Lobsters, likely due to a different HTTP status code being sent.
The text was updated successfully, but these errors were encountered:
Sometimes the app can perform actions quickly enough to trigger Lobsters' in-built spam throttling feature. In that scenario the response includes the
Retry-After
header that we should respect. OkHttp already has support for this AFAICT but it seems to not be triggering for Lobsters, likely due to a different HTTP status code being sent.The text was updated successfully, but these errors were encountered: