netty5/transport/src/main
Norman Maurer 4a0d68c50b [#3881] FixedChannelPool creates 1 more channel than maxConnections
Motivation:

FixedChannelPool should enforce a number of maximal used channels, but due a bug we fail to correctly enforce this.

Modifications:

Change check to correctly only acquire channel if we not hit the limit yet.

Result:

Correct limiting.
2015-06-16 20:10:27 +02:00
..
java/io/netty [#3881] FixedChannelPool creates 1 more channel than maxConnections 2015-06-16 20:10:27 +02:00