netty5/transport
Hanson d0a3877535 Ensure trying to recover from exceptionCaught on the ServerChannel works as expected
Motivation:

When "Too many open files" happens,the URLClassLoader cannot do any classloading because URLClassLoader need a FD  for findClass. Because of this the anonymous inner class that is created to re-enable auto read may cause a problem.

Modification:

Pre-create Runnable that is scheduled and so ensure it is not lazy loaded.

Result:

No more problems when try to recover.
2017-02-19 13:41:11 +01:00
..
src Ensure trying to recover from exceptionCaught on the ServerChannel works as expected 2017-02-19 13:41:11 +01:00
pom.xml Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00