Skip to content

Commit 8796192

Browse files
committed
[EventLoop] Fix oversight after code changes.
1 parent c113826 commit 8796192

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

StreamSelectLoop.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public function tick()
8282
$listener = $this->readListeners[(int) $stream];
8383
if (call_user_func($listener, $stream, $this) === false) {
8484
$this->removeReadStream($stream);
85-
break;
8685
}
8786
}
8887
}
@@ -96,7 +95,6 @@ public function tick()
9695
$listener = $this->writeListeners[(int) $stream];
9796
if (call_user_func($listener, $stream, $this) === false) {
9897
$this->removeWriteStream($stream);
99-
break;
10098
}
10199
}
102100
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy