Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition when closing a channel
This commit fixes a race between a client sending a channel close message and receiving an exit status or other channel requests from the server. Thanks go to Wilson Conley for providing sample code to reproduce the problem!
- Loading branch information