netty5/transport-sctp
zhangduo b147fa6879 Clear selectedKeys in OioSctpChannel.doReadMessages
Motivation:
The fix for https://github.com/netty/netty/issues/3884 breaks SctpEchoTest because Selector.select will always return 0 if you do not clear last selectedKeys.

Modifications:
Clear readSelector.selectedKeys() if it is not empty.

Result:
SctpEchoTest is green again.
2015-12-21 09:59:33 +01:00
..
src/main/java Clear selectedKeys in OioSctpChannel.doReadMessages 2015-12-21 09:59:33 +01:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00