this.queue = new uw.ConcurrentQueue( {
            count: this.config.maxSimultaneousConnections,
            action: this.transitionOne.bind( this )
        } );