Trustin Lee 42d2f79239 Resolved issue: NETTY-256 (A race condition during the recommended server shutdown procedure)
* Fixed a bug in the socket transport implementations where a new connection can be accepted after the ChannelFuture of ServerSocketChannel.close() is complete.
* Introduced a lock to ensure that the boss thread is terminated before notifying the future
2009-11-30 11:59:00 +00:00
2009-04-15 23:46:33 +00:00
2009-03-04 10:33:09 +00:00
2009-01-16 00:57:03 +00:00
2009-08-28 07:15:49 +00:00
Description
No description provided
84 MiB
Languages
Java 99.8%
Shell 0.1%