Page MenuHomePhorge

D25755.1732294400.diff
No OneTemporary

D25755.1732294400.diff

diff --git a/src/infrastructure/storage/future/QueryFuture.php b/src/infrastructure/storage/future/QueryFuture.php
--- a/src/infrastructure/storage/future/QueryFuture.php
+++ b/src/infrastructure/storage/future/QueryFuture.php
@@ -51,7 +51,7 @@
}
public function isReady() {
- if ($this->result !== null || $this->exception) {
+ if ($this->canResolve()) {
return true;
}
@@ -105,7 +105,7 @@
$this->processResults($this->conn->resolveAsyncQueries($conns, $asyncs));
- if ($this->result !== null || $this->exception) {
+ if ($this->canResolve()) {
return true;
}
return false;

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 22, 16:53 (17 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
989248
Default Alt Text
D25755.1732294400.diff (636 B)

Event Timeline