Use c++ to create a channel through fd file descriptor, which APIs need to be called.
139 views
Skip to first unread message
ccnankai
unread,
Feb 17, 2022, 2:01:19 AM2/17/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Iam a beginner. I am going to write a client in c++. But the tutorials in the example create channels in the form of gprc::CreateChannel(localhost::port). If I want to connect to server through .socket file, like grpc.Dial(xxx.socket) in golang, what should I do, is there any example.