Norman Maurer dfd6b9009c [#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:19:23 +02:00
..
2014-01-03 11:15:30 +01:00
2013-11-05 17:34:48 +09:00
2013-07-14 18:32:10 +02:00
2013-07-14 18:04:33 +02:00
2013-07-22 19:14:36 +02:00
2013-06-13 20:56:17 +02:00