This commit is contained in:
2021-02-20 13:25:09 +08:00
parent 9a83643878
commit 497c0b3eec
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -17,12 +17,10 @@ trait Timeout
/**
* @param $timer
* @throws Exception
*/
public function Heartbeat_detection($timer)
public function Heartbeat_detection()
{
$this->creates = $timer;
if ($this->lastTime == 0) {
return;
}