In the retry function the std::thread is being used even if tokio feature flag is enabled. This can cause the entire thread to be asleep indefinitely.
In the retry function the std::thread is being used even if tokio feature flag is enabled. This can cause the entire thread to be asleep indefinitely.