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