netty5/transport/src/main/java/io/netty
Norman Maurer 9b670d819f [#2144] Fix NPE in Local transport caused by a race
Motivation:
At the moment it is possible to see a NPE when the LocalSocketChannels doRegister() method is called and the LocalSocketChannels doClose() method is called before the registration was completed.

Modifications:
Make sure we delay the actual close until the registration task was executed.

Result:
No more NPE
2014-04-17 15:06:52 +02:00
..
bootstrap Better exception message 2014-01-13 23:32:49 +09:00
channel [#2144] Fix NPE in Local transport caused by a race 2014-04-17 15:06:52 +02:00