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
Might be better to do #1208 and then all APIs get a free limiter. You can do either limit(1024).indexOf(..) or peek().limit(1024).indexOf(..) to not consume.
I have it on a branch, not that it's all that complicated. The sole impediment was that OkHttp needs to know when you hit the limit. And I can't remember if it also needs a callback when someone closes. The API was getting messy.
From square/okhttp#8665
Ideally we would have
The text was updated successfully, but these errors were encountered: