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
{
try {
foreach ($this->_rpc as $name => $list) {
$this->reRegister($name);
}
// foreach ($this->_rpc as $name => $list) {
// $this->reRegister($name);
// }
} catch (\Throwable $throwable) {
$this->logger->error(error_trigger_format($throwable));
}