-
I didn't figure out myself how to configure addresses on my client so I'm asking here: Code is here .connect("ipv4:127.0.0.1:50051,127.0.0.1:50052"); Above works fine. My question: are there any other formats (with ipv6: for an instance)? |
Beta Was this translation helpful? Give feedback.
Answered by
BusyJay
Dec 6, 2022
Replies: 1 comment 1 reply
-
grpc-rs is a wrapper around grpc c core. Technically it's supposed to support everything c core supports. You can check the docs of gRPC here: https://github.com/grpc/grpc/blob/master/doc/naming.md. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
uzador
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grpc-rs is a wrapper around grpc c core. Technically it's supposed to support everything c core supports. You can check the docs of gRPC here: https://github.com/grpc/grpc/blob/master/doc/naming.md.