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
This happens because calling send_data when there isn't currently enough assigned capacity results in an attempt to assign capacity to the stream.
The implementation of assign_capacity sets send_capacity_inc to true which results in poll_capacity returning Ready even though there isn't any real capacity.
I don't think this should happen, and am not entirely sure why it is yet.
The text was updated successfully, but these errors were encountered: