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
This would be useful in windows systems in situations where it would preferable to not use a TCP socket when traffic is across the same machine in request response model.
Named pipes are already something supported in tokio.
This would be useful in windows systems in situations where it would preferable to not use a TCP socket when traffic is across the same machine in request response model.