pmarks opened a new issue, #624: URL: https://github.com/apache/arrow-rs-object-store/issues/624
**Describe the bug** Calling `std::time::Instant::now()` crashes unconditionally on WASM. retry.rs uses tokio::time::sleep() in the retry case, so you may think things are working but seem intermittent crashes. **To Reproduce** Any http request that is retried in WASM should display the problem. **Expected behavior** No crash. **Additional context** See for example https://github.com/apache/arrow-rs-object-store/blob/main/src/client/retry.rs#L389 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
