netty5/transport/src
Norman Maurer b8400f9628 [#5553] SimpleChannelPool#notifyConnect() may leak Channels
Motivation:

The SimpleChannelPool#notifyConnect() method will leak Channels if the user cancelled the Promise in between.

Modifications:

Release the channel if the Promise was complete before.

Result:

No more channel leaks.
2016-07-20 20:17:19 +02:00
..
main/java/io/netty [#5553] SimpleChannelPool#notifyConnect() may leak Channels 2016-07-20 20:17:19 +02:00
test/java/io/netty Ability to run a task at the end of an eventloop iteration. 2016-07-12 10:22:15 +02:00