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
Thanks for reporting @hangj! I see that SyncClient gets stuck with your example, and gets unblocked once I change it from #[tokio::main(flavor = "current_thread")] to just #[tokio::main], so we probably block the current thread for something... I'll dig further
The async Client works just fine, but the following SyncClient hangs:
The text was updated successfully, but these errors were encountered: