This commit is contained in:
2020-09-04 19:13:09 +08:00
parent f27aa22de1
commit f7d6d92f16
-1
View File
@@ -254,7 +254,6 @@ class Connection extends Pool
} }
$this->push($coroutineName, $client); $this->push($coroutineName, $client);
$this->remove($coroutineName); $this->remove($coroutineName);
$this->desc($coroutineName);
} }