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
fix: drop reqwest Client and DNS Resolver in dedicated thread
When NetworkState is dropped inside a tokio runtime, the internal
tokio runtimes of reqwest::blocking::Client and trust-dns Resolver
panic with 'Cannot drop a runtime in a context where blocking is
not allowed'. OffThreadDrop wrapper moves destruction to a dedicated
OS thread.
0 commit comments