Updated the dashboard logger
This commit is contained in:
parent
97ab241fa3
commit
049950f015
|
|
@ -74,13 +74,13 @@ class PresenceChannel extends PrivateChannel
|
|||
$connection->app->id
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
DashboardLogger::log($connection->app->id, DashboardLogger::TYPE_SUBSCRIBED, [
|
||||
'socketId' => $connection->socketId,
|
||||
'channel' => $this->getName(),
|
||||
'multi-device' => isset($connection->duplicate),
|
||||
]);
|
||||
DashboardLogger::log($connection->app->id, DashboardLogger::TYPE_SUBSCRIBED, [
|
||||
'socketId' => $connection->socketId,
|
||||
'channel' => $this->getName(),
|
||||
'duplicate-connection' => count($sockets) > 1,
|
||||
]);
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue