Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit c622f77

Browse files
committed
Added missing statistics logger.
1 parent 871c942 commit c622f77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WebSockets/WebSocketHandler.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ protected function establishConnection(ConnectionInterface $connection)
116116
'socketId' => $connection->socketId,
117117
]);
118118

119+
StatisticsLogger::connection($connection);
120+
119121
return $this;
120122
}
121123
}

0 commit comments

Comments
 (0)