tikv / grpc-rs

The gRPC library for Rust built on C Core library and futures
Apache License 2.0
1.81k stars 253 forks source link

*: support abstract UDS #523

Closed BusyJay closed 3 years ago

BusyJay commented 3 years ago

Abstract UDS is supported in c core with schema unix-abstract. This PR adds supoort for the schema and avoid append additional ":0" suffix.