aws-sdk-rust icon indicating copy to clipboard operation
aws-sdk-rust copied to clipboard

Generate docs about lack of timeouts in stream APIs

Open ysaito1001 opened this issue 1 year ago • 0 comments
trafficstars

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)

ysaito1001 avatar Jul 30 '24 17:07 ysaito1001