This commit is contained in:
as2252258@163.com
2021-04-23 03:25:03 +08:00
parent 0c5e05b6a2
commit a5a607495f
11 changed files with 261 additions and 248 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class OnPacket extends Callback
{
[$host, $port] = [$clientInfo['address'], $clientInfo['port']];
try {
\Swoole\Coroutine\defer(function () {
defer(function () {
fire(Event::SYSTEM_RESOURCE_RELEASES);
\logger_insert();
});