You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewOperationsOutOfSync("Cannot run execute on this AsyncMySQL object at this time. It is currently handling another query. Consider using the MySQLPool class.");
47
52
}
48
53
49
54
$this->isAvailable = false;
50
55
51
-
returnnewFiber(function() use ($query, $namedArgs){
56
+
returnnew\Fiber(function() use ($query, $namedArgs){
0 commit comments