netty5/common
Scott Mitchell fc3fb7e068 DefaultPromise StackOverFlowException
Motivation:
When the ImmediateEventExecutor is in use it is possible to get a StackOverFlowException if when a promise completes a new listener is added to that promise.

Modifications:
- Protect against the case where LateListeners.run() smashes the stack.

Result:
Fixes https://github.com/netty/netty/issues/4395
2015-10-29 11:11:42 -07:00
..
src DefaultPromise StackOverFlowException 2015-10-29 11:11:42 -07:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-09-30 09:31:26 +02:00