This commit is contained in:
2020-10-09 17:31:11 +08:00
parent 542b6bed1e
commit 50c377d795
+1 -1
View File
@@ -189,7 +189,7 @@ class Broker
// if (!$modeSync) {
// $socket->SetonReadable($this->process);
// }
// $socket->connect();
$socket->connect();
$this->{$type}[$key] = $socket;
return $socket;
} catch (\Exception $e) {