From 58cbfce7783d1171e718b842db829d3a81d67a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 24 Aug 2023 14:05:00 +0800 Subject: [PATCH] qqq --- Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Connection.php b/Connection.php index 46f83e6..2a42777 100644 --- a/Connection.php +++ b/Connection.php @@ -160,7 +160,7 @@ class Connection extends Component } [$client, $time] = $data; - file_put_contents('php://output', ((time() - $time) . ' ' . $this->idle_time) . PHP_EOL, FILE_APPEND); + file_put_contents('php://output', ((time() . ' ' . $time) . ' ' . $this->idle_time) . PHP_EOL, FILE_APPEND); if ((time() - $time) < $this->idle_time && $this->canUse($client)) { return $client; }