变更
This commit is contained in:
+3
-3
@@ -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));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user