This commit is contained in:
Marcel Pociot 2018-11-27 22:56:45 +01:00
parent 1162b15c07
commit 37ce35eb2f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class WebsocketLogger extends Logger implements MessageComponentInterface
public function onClose(ConnectionInterface $connection) public function onClose(ConnectionInterface $connection)
{ {
$this->warn("{optional($connection->client)->appId}: connection id {$connection->socketId} closed."); $this->warn("Connection id {$connection->socketId} closed.");
$this->app->onClose(ConnectionLogger::decorate($connection)); $this->app->onClose(ConnectionLogger::decorate($connection));
} }