public void Tick(Server server)
 {
     if (_ticker.CheckTick() && _dirtySlots.Count > 0)
     {
         UpdateBroadcastStack(server);
     }
 }