Added missing statistics logger.
This commit is contained in:
parent
871c942dd9
commit
c622f77351
|
|
@ -116,6 +116,8 @@ class WebSocketHandler implements MessageComponentInterface
|
||||||
'socketId' => $connection->socketId,
|
'socketId' => $connection->socketId,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
StatisticsLogger::connection($connection);
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue