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

Commit 8e3a86d

Browse files
committed
Spacing
1 parent d6b6135 commit 8e3a86d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WebSockets/WebSocketHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ protected function limitConcurrentConnections(ConnectionInterface $connection)
153153
{
154154
if (! is_null($capacity = $connection->app->capacity)) {
155155
$connectionsCount = $this->channelManager->getConnectionCount($connection->app->id);
156+
156157
if ($connectionsCount >= $capacity) {
157158
throw new ConnectionsOverCapacity();
158159
}

0 commit comments

Comments
 (0)