modify plugin name

This commit is contained in:
2022-02-14 14:42:56 +08:00
parent 5b93689184
commit a36817e89c
+2 -2
View File
@@ -59,12 +59,12 @@ class Server extends AbstractServer
{
$collector = $this->getContainer()->get(Sender::class);
$fds = $this->getContainer()->get(FdCollector::class);
// $fds = $this->getContainer()->get(FdCollector::class);
if (!$collector->isEstablished($fd)) {
return;
}
$fds->remove($fd);
// $fds->remove($fd);
if ($this->callback instanceof OnCloseInterface) {
$this->callback->onClose($fd);