netty5/transport-sctp/src/main/java/io/netty
zhangduo c22f1aa4ac 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:37:00 +01:00
..
channel/sctp Clear selectedKeys in OioSctpChannel.doReadMessages 2015-12-21 09:37:00 +01:00
handler/codec/sctp Add support for SCTP 'unordered' flag. 2015-04-30 08:46:07 +02:00