We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a7e92 commit 61de1a8Copy full SHA for 61de1a8
src/Bolt/BoltConnection.php
@@ -170,8 +170,7 @@ public function setTimeout(float $timeout): void
170
public function consumeResults(): void
171
{
172
$this->logger?->log(LogLevel::DEBUG, 'Consuming results');
173
- if ($this->protocol()->serverState !== ServerState::STREAMING && $this->protocol(
174
- )->serverState !== ServerState::TX_STREAMING) {
+ if (!$this->isStreaming()) {
175
$this->subscribedResults = [];
176
177
return;
0 commit comments