We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027bd02 commit c60cde9Copy full SHA for c60cde9
src/Driver/ConnectionLimitingServerSocket.php
@@ -21,7 +21,7 @@ public function accept(?Cancellation $cancellation = null): ?Socket
21
{
22
$lock = $this->semaphore->acquire();
23
24
- $socket = $this->socketServer->accept();
+ $socket = $this->socketServer->accept($cancellation);
25
if (!$socket) {
26
$lock->release();
27
return null;
0 commit comments