This commit is contained in:
2022-09-23 18:55:45 +08:00
parent b3a58b0528
commit 13b9344743
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ interface OnReceiveInterface
* @param string $data
* @return void
*/
public function onReceive(Server $server, int $fd, int $reactor_id, string $data): void;
public function onReceive(Server $server, int $fd, int $reactor_id, string $data): bool;
}