This commit is contained in:
2022-05-31 10:53:48 +08:00
parent 5f81fd5ff9
commit 4c6739a83b
+3 -3
View File
@@ -52,9 +52,9 @@ class RpcManager extends Component
public function tick(): void public function tick(): void
{ {
try { try {
foreach ($this->_rpc as $name => $list) { // foreach ($this->_rpc as $name => $list) {
$this->reRegister($name); // $this->reRegister($name);
} // }
} catch (\Throwable $throwable) { } catch (\Throwable $throwable) {
$this->logger->error(error_trigger_format($throwable)); $this->logger->error(error_trigger_format($throwable));
} }