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
The SequentialMap structure in the async-usercalls crate searches for available ids by potentially checking 2^32 values and possibly panicking. We want to have a way of controlling this. For example, by limiting the size of the call queue. See this discussion.
The text was updated successfully, but these errors were encountered:
The
SequentialMap
structure in the async-usercalls crate searches for available ids by potentially checking 2^32 values and possibly panicking. We want to have a way of controlling this. For example, by limiting the size of the call queue. See this discussion.The text was updated successfully, but these errors were encountered: