Open
Description
Describe the issue
The SDKs do not currently have any timeouts for stream APIs, and it is not obvious to the customers that their application code needs to wrap calls to those APIs with explicit timeouts like tokio::time::timeout
.
Links
Example for current doc on stream API (no mentioning regarding the absence of timeouts)