Accessing Server methods/attributes from a GRPC service (c++)
18 views
Skip to first unread message
Jeff Harrell
unread,
Sep 14, 2022, 5:01:37 PM9/14/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
Is there a way to access methods from the GRPC server class while in a service? I need to share some data between the various GRPC services I am writing in C++. Any examples or help would be greatly appreciated.