From fec52f3c8f505ba1360ceed23da3facb0f802d25 Mon Sep 17 00:00:00 2001 From: rishtigupta Date: Wed, 3 Jan 2024 15:14:29 -0800 Subject: [PATCH] fix: add streaming call --- src/Topic/Internal/ScsTopicClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Topic/Internal/ScsTopicClient.php b/src/Topic/Internal/ScsTopicClient.php index 5893bbe7..1cc107d4 100644 --- a/src/Topic/Internal/ScsTopicClient.php +++ b/src/Topic/Internal/ScsTopicClient.php @@ -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()