Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
native: Fix handling of non-blocking receive
Under some circumstances, we would erroneously throw a ClosedChannelException. Rework the code to not throw an exception unless necessary, and throw the proper exception based on the error code (ClosedChannelExceptions are now handled separately in Java code). #158
- Loading branch information