diff --git a/System/Pool/Timeout.php b/System/Pool/Timeout.php index 78b3df8d..9d32ea4a 100644 --- a/System/Pool/Timeout.php +++ b/System/Pool/Timeout.php @@ -10,10 +10,10 @@ use Swoole\Timer; trait Timeout { - private int $creates = -1; + public int $creates = -1; - private int $lastTime = 0; + public int $lastTime = 0; /**