netty5/transport
fu.jian c2c0d01ddb [#2363] Correctly null out SelectionKey[] when selectAgain
Motivation:

The prefix fix of #2363 did not correctly handle the case when selectAgain is true and so missed to null out entries.

Modifications:

Move the i++ from end of loop to beginning of loop

Result:

Entries in the array will be null out so allow to have these GC'ed once the Channel close
2016-01-08 09:01:53 +01:00
..
src [#2363] Correctly null out SelectionKey[] when selectAgain 2016-01-08 09:01:53 +01:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00