This commit is contained in:
as2252258@163.com
2021-07-28 01:40:55 +08:00
parent 5ae926a415
commit 88501d3b35
+2 -2
View File
@@ -144,7 +144,7 @@ class HTTPServerListener extends Abstracts\Server
{
$this->runEvent(Constant::DISCONNECT, null, [$server, $fd]);
$this->_event->dispatch(Event::SYSTEM_RESOURCE_RELEASES);
// $this->_event->dispatch(Event::SYSTEM_RESOURCE_RELEASES);
}
@@ -157,7 +157,7 @@ class HTTPServerListener extends Abstracts\Server
{
$this->runEvent(Constant::CLOSE, null, [$server, $fd]);
$this->_event->dispatch(Event::SYSTEM_RESOURCE_RELEASES);
// $this->_event->dispatch(Event::SYSTEM_RESOURCE_RELEASES);
}
}