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
#861 added support for unix domain sockets but it doesn't appear to support abstract sockets. Rust added abstract namespace support recently rust-lang/rust#85379 and I was curious if there was a workaround or general timeline for adding this support.
Motivation
As a multi lang gRPC developer I would like to utilize abstract sockets which are supported in other languages for example grpc-go[1].
Feature Request
#861 added support for unix domain sockets but it doesn't appear to support abstract sockets. Rust added abstract namespace support recently rust-lang/rust#85379 and I was curious if there was a workaround or general timeline for adding this support.
Motivation
As a multi lang gRPC developer I would like to utilize abstract sockets which are supported in other languages for example grpc-go[1].
[1] https://github.com/grpc/grpc-go/tree/v1.45.x/examples/features/unix_abstract
The text was updated successfully, but these errors were encountered: