Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Count the in-flight metric after acquire succeeds (#115)
Fixes a leak in the in_flight_bytes accounting by not counting the bytes until after the semaphore is acquired. We will want to add some kind of limit around the receiver's in-flight bytes.
- Loading branch information