Suppressed unnecessary warning message .. (was not fixed in the previous fix)
This commit is contained in:
parent
506b7aeb05
commit
07fba7f859
@ -218,7 +218,7 @@ class OioServerSocketPipelineSink extends AbstractChannelSink {
|
||||
} catch (IOException e) {
|
||||
// Don't log the exception if the server socket was closed
|
||||
// by a user.
|
||||
if (!channel.isBound() || !channel.isOpen()) {
|
||||
if (!channel.socket.isBound() || channel.socket.isClosed()) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user