改名
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ class PDO implements StopHeartbeatCheck
|
|||||||
*/
|
*/
|
||||||
public function stopHeartbeatCheck(): void
|
public function stopHeartbeatCheck(): void
|
||||||
{
|
{
|
||||||
if (Context::inCoroutine()) {
|
if ($this->_timer > -1) {
|
||||||
Timer::clear($this->_timer);
|
Timer::clear($this->_timer);
|
||||||
}
|
}
|
||||||
$this->_timer = -1;
|
$this->_timer = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user