Skip to content

Commit

Permalink
Use the right client id (i.e. not the stream id)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Feb 16, 2024
1 parent c3a64a9 commit eb844ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Websocket.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private function reapClient(
\assert($this->logger->debug(\sprintf(
'Upgraded %s #%d to websocket connection #%d',
$socket->getRemoteAddress()->toString(),
$socket->getClient()->getId(),
$request->getClient()->getId(),
$client->getId(),
)) || true);

Expand Down

0 comments on commit eb844ab

Please sign in to comment.