diff --git a/System/Pool/Connection.php b/System/Pool/Connection.php index 8c397293..76b63d3a 100644 --- a/System/Pool/Connection.php +++ b/System/Pool/Connection.php @@ -45,7 +45,7 @@ class Connection extends Component { $coroutineName = $this->name('Mysql:' . $coroutineName, true); if (!Context::hasContext('begin_' . $coroutineName)) { - Context::setContext('begin_' . $coroutineName, 0); + Context::setContext('begin_' . $coroutineName, 1); } Context::increment('begin_' . $coroutineName);