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 15c4b64 commit 90559a7Copy full SHA for 90559a7
1 file changed
dapr/clients/grpc/client.py
@@ -500,9 +500,6 @@ def subscribe(
500
topic (str): The name of the topic.
501
metadata (Optional[MetadataTuple]): Additional metadata for the subscription.
502
dead_letter_topic (Optional[str]): Name of the dead-letter topic.
503
- timeout (Optional[int]): The time in seconds to wait for a message before returning None
504
- If not set, the `next_message` method will block indefinitely
505
- until a message is received.
506
507
Returns:
508
Subscription: The Subscription object managing the stream.
0 commit comments