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
he c++ clients often have ~30K pending requests to backends - no big deal.
You can have code to check if session has been released, but you can also just explicitly document it.
Say, you can at-most be 65K requests away. It will fail otherwise.
we can have a roaring bitmap since this sessions have really nice properties of effectively monotinic increasing sequences mostly that tells the user if the request id is inuse.
IMO - we can defer that as long as we document it. it is rare - though has happened - on failure - for one client to have 65K outstanding reqs.
The text was updated successfully, but these errors were encountered:
see comment
The text was updated successfully, but these errors were encountered: