Page MenuHomePhorge

D25755.1732403332.diff
No OneTemporary

D25755.1732403332.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
Sat, Nov 23, 23:08 (10 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
991888
Default Alt Text
D25755.1732403332.diff (636 B)

Event Timeline