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 cb1f2f2 commit d2e4072Copy full SHA for d2e4072
2 files changed
src/API.php
@@ -51,7 +51,7 @@ final class API extends AbstractAPI
51
*
52
* @var string
53
*/
54
- public const RELEASE = '8.4.9';
+ public const RELEASE = '8.4.10';
55
/**
56
* We're not logged in.
57
src/DataCenterConnection.php
@@ -161,6 +161,9 @@ public function getCtxs(): ContextIterator
161
}
162
private function initAuthorization(ConnectionState $state): void
163
{
164
+ if (!isset($this->connectionsPromise)) {
165
+ $this->API->datacenter->getDataCenterConnection($this->datacenter);
166
+ }
167
$logger = $this->API->logger;
168
$this->waitGetConnection();
169
$connection = $this->getAuthConnection();
0 commit comments