ppkarwasz commented on code in PR #799:
URL: https://github.com/apache/commons-io/pull/799#discussion_r2437594490
##########
src/test/java/org/apache/commons/io/channels/CloseShieldChannelTest.java:
##########
@@ -65,14 +63,11 @@ class CloseShieldChannelTest {
static Stream<Class<? extends Channel>> testedInterfaces() {
// @formatter:off
return Stream.of(
- AsynchronousByteChannel.class,
Review Comment:
They would require additional code to work correctly.
`AsynchronousByteChannel.read` and `AsynchronousByteChannel.write` for
example do not throw an exception after `close()`, but report the problem
through `Future` or `CompletionHandler`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]