This commit is contained in:
2021-02-20 13:20:37 +08:00
parent 163c823d25
commit 0b455271e1
5 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use Swoole\Timer;
trait Timeout
{
private int $creates = 0;
private int $creates = -1;
private int $lastTime = 0;