You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: