Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a hang due to a WireMessage deserialization error.
If WireMessage deserialization occurs with an error, then the CountdownEvent increment is performed without a guaranteed decrement in the finally block. Therefore, deserialization is included in the try block.
- Loading branch information