Page MenuHomePhorge

D25755.1737740102.diff
No OneTemporary

D25755.1737740102.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->hasResult() || $this->hasException()) {
return true;
}
@@ -105,7 +105,7 @@
$this->processResults($this->conn->resolveAsyncQueries($conns, $asyncs));
- if ($this->result !== null || $this->exception) {
+ if ($this->hasResult() || $this->hasException()) {
return true;
}
return false;

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 24, 17:35 (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1147767
Default Alt Text
D25755.1737740102.diff (684 B)

Event Timeline