Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't drop hibernatable ws if pumping
We had a bug where we can register two pump() promises because the second pump() starts before the promise continuation of the first completes. This meant that when the first pump() continuation started running, it could cancel the second pump() task, preventing outgoing messages from being sent.
- Loading branch information