routersNeedingUpdate.clear(firstRouter);
IRouter currentRouter = rm.getRouterUnsafe(firstRouter, false);
if(currentRouter != null) {
CoreRoutedPipe pipe = currentRouter.getCachedPipe();
if(pipe!=null)
slotSentCount += pipe.sendQueueChanged(true);
}
firstRouter = routersNeedingUpdate.nextSetBit(firstRouter);
}
//and let it compress and send
SimpleServiceLocator.serverBufferHandler.setPause(false);