diff --git a/src/Mysql/PDO.php b/src/Mysql/PDO.php index 9e77827..9a13617 100644 --- a/src/Mysql/PDO.php +++ b/src/Mysql/PDO.php @@ -75,6 +75,7 @@ class PDO $this->_timer = Timer::tick(1000, function () { try { if (env('state') == 'exit') { + echo 'timer end.' . PHP_EOL; $this->stopHeartbeatCheck(); } if (time() - $this->_last > 10 * 60) {