tonic icon indicating copy to clipboard operation
tonic copied to clipboard

Windows UDS Support

Open mattsre opened this issue 4 years ago • 1 comments

Feature Request

Crates

Tonic v0.1

Motivation

I'd like to be able to use the native UDS feature provided by Windows as of the 2018 Spring Windows 10 release. The existing Tonic/UDS example should be ported to support Windows as well.

Proposal

Tonic is blocked by Tokio on this issue, the work for this needs to be completed upstream. This ticket tracks the progress of https://github.com/tokio-rs/tokio/issues/2201 which would implement UDS on Windows upstream.

mattsre avatar Jan 30 '20 19:01 mattsre

Tokio now has support for windows named pipes! I don't have access to a windows machine but if someone does a PR that a adds an example would be much appreciated! Should be fairly similar to https://github.com/hyperium/tonic/tree/master/examples/src/uds

davidpdrsn avatar Jul 08 '21 15:07 davidpdrsn