Added missing statistics logger.

This commit is contained in:
Alex Renoki 2020-08-17 21:20:50 +03:00
parent 871c942dd9
commit c622f77351
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,8 @@ class WebSocketHandler implements MessageComponentInterface
'socketId' => $connection->socketId,
]);
StatisticsLogger::connection($connection);
return $this;
}
}