netty5/transport/src/test/java/io/netty
Norman Maurer 8687475eb7 [#4373] Fix assert error when trying to release Channel to closed FixedChannelPool
Motivation:

Once a FixedChannelPool was closed we must not allow to acquire or release Channels to prevent assert errors.

Modifications:

Fail release and acquire calls when FixedChannelPool is closed.

Result:

No more assert errors.1
2015-10-24 11:56:46 +02:00
..
bootstrap Provide more control over DnsNameResolver.query() / Add NameResolver.resolveAll() 2015-08-18 17:40:13 +09:00
channel [#4373] Fix assert error when trying to release Channel to closed FixedChannelPool 2015-10-24 11:56:46 +02:00