We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4c8e5 commit 68a64eaCopy full SHA for 68a64ea
ic-agent/src/agent/http_transport/dynamic_routing/dynamic_route_provider.rs
@@ -251,7 +251,7 @@ impl<S> Drop for DynamicRouteProvider<S> {
251
let tracker = self.tracker.clone();
252
// If no runtime is available do nothing.
253
if let Ok(handle) = Handle::try_current() {
254
- let _ = handle.spawn(async move {
+ handle.spawn(async move {
255
tracker.wait().await;
256
warn!("{DYNAMIC_ROUTE_PROVIDER}: stopped gracefully");
257
});
0 commit comments