Disabled broadcast()
This commit is contained in:
parent
8b5cd7657b
commit
f9cf723c0e
|
|
@ -105,9 +105,9 @@ class MemoryStatisticsLogger implements StatisticsLogger
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
broadcast(new StatisticsUpdated(
|
/* broadcast(new StatisticsUpdated(
|
||||||
$this->driver::create($statistic->toArray())
|
$this->driver::create($statistic->toArray())
|
||||||
));
|
)); */
|
||||||
|
|
||||||
$currentConnectionCount = $this->channelManager->getConnectionCount($appId);
|
$currentConnectionCount = $this->channelManager->getConnectionCount($appId);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue