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
Avoid futures::executor::block_on in coordinator <-> worker IO
As Alice Rhyl recommended (slightly reworded)
> Either you can use `tokio::runtime::Handle::block_on` [instead of
> `futures::executor::block_on`] or your program has a subtle
> deadlock.
0 commit comments