Skip to content

Commit

Permalink
fix: add streaming call
Browse files Browse the repository at this point in the history
  • Loading branch information
rishtigupta committed Jan 3, 2024
1 parent 78d0ab5 commit fec52f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Topic/Internal/ScsTopicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ScsTopicClient implements LoggerAwareInterface

public function __construct(IConfiguration $configuration, ICredentialProvider $authProvider)
{
$authToken = $authProvider->getAuthToken();
$this->authToken = $authProvider->getAuthToken();
$operationTimeoutMs = $configuration
->getTransportStrategy()
->getGrpcConfig()
Expand Down

0 comments on commit fec52f3

Please sign in to comment.