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(extensions): use spawn_blocking for abstract socket connect
connect_addr is a blocking syscall from std that can stall a tokio
worker thread if the sidecar is slow to accept. Move it to
spawn_blocking so the async runtime stays responsive.
0 commit comments