Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doing a blocking read (even with count=0) when handling a cancel request from the host ends up blocking both the read in the request handler as well as a write in the thread that's being cancelled, blocking both threads indefinitely. Removing the read appears to fix the problem. Fixes #108
- Loading branch information