This commit is contained in:
2021-03-05 14:55:50 +08:00
parent b61c209195
commit b959bd037d
10 changed files with 29 additions and 35 deletions
+3
View File
@@ -29,6 +29,9 @@ class OnConnect extends Callback
{
$event = Snowflake::app()->getEvent();
$event->trigger(Event::RECEIVE_CONNECTION, [$server, $fd, $reactorId]);
fire(Event::SYSTEM_RESOURCE_RELEASES);
logger()->insert();
}