This commit is contained in:
2021-04-27 19:05:17 +08:00
parent 3f2eb9d8ed
commit 2209997504
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -25,7 +25,6 @@ class OnConnect extends Callback
*/
public function onHandler(Server $server, int $fd, int $reactorId)
{
var_dump($fd, $reactorId);
try {
defer(function () {
fire(Event::SYSTEM_RESOURCE_RELEASES);