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 dad8386 commit 7029117Copy full SHA for 7029117
src/Bolt/BoltConnection.php
@@ -393,7 +393,6 @@ public function assertNoFailure(Response $response): void
393
try {
394
$resetResponse = $message->send()->getResponse();
395
} catch (\Throwable $e) {
396
- // Socket is already closed (e.g. server rejected auth and dropped connection).
397
$this->subscribedResults = [];
398
throw Neo4jException::fromBoltResponse($response);
399
}
0 commit comments