4a0d68c50b
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.