Hello,
I'm developing a grpc service, with image streaming, server in c# and client in c++,
Can i use grpc api to communicate on both side directly?
Because if i write the async streaming server in c# and async client in c++ i found out they cannot be connected.
Is there any solution to solve this?
BR
Zijian