This commit is contained in:
2023-04-18 23:47:31 +08:00
parent 88c2c430c6
commit af284dbe4b
6 changed files with 62 additions and 37 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ abstract class Actor implements ActorInterface, JsonSerializable
try {
$this->onUpdate();
} catch (\Throwable $exception) {
\Kiri::getLogger()->error(throwable($exception));
error($exception);
}
Coroutine::sleep($this->refreshInterval / 1000);