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
It would be helpful to have an alternative to stdio-based local-only communication. One reason is that with stdio a client restart pretty much implies/requires a server restart.
I would be willing to produce a pr for this feature request if desired. I assume that anyio based blocking (or non-blocking?) would be desired for consistency with existing transport code.