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 cd7f34c commit ebcdf1bCopy full SHA for ebcdf1b
dapr/aio/clients/__init__.py
@@ -92,7 +92,9 @@ def __init__(
92
if http_timeout_seconds is None:
93
http_timeout_seconds = settings.DAPR_HTTP_TIMEOUT_SECONDS
94
self.invocation_client = DaprInvocationHttpClient(
95
- headers_callback=headers_callback, timeout=http_timeout_seconds, api_token
+ headers_callback=headers_callback,
96
+ timeout=http_timeout_seconds,
97
+ api_token=api_token,
98
)
99
elif invocation_protocol == 'GRPC':
100
pass
0 commit comments