You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am glad to see your solution for aysnc grpc server to handle multiple services methods with an acceptable threading model. I am writing gprc pubsub services and try to provide a threading model for the async grpc server and clients with multiple services methods.
I try to figure it out from your source code and it is hard because you override almost grpc c++ api codes and it is not easy to see what you have done on top of grpc c++ code base. Could you tell me how this be handled in aysnc_grpc? @cschuet
The text was updated successfully, but these errors were encountered:
Hi, I am glad to see your solution for aysnc grpc server to handle multiple services methods with an acceptable threading model. I am writing gprc pubsub services and try to provide a threading model for the async grpc server and clients with multiple services methods.
I try to figure it out from your source code and it is hard because you override almost grpc c++ api codes and it is not easy to see what you have done on top of grpc c++ code base. Could you tell me how this be handled in aysnc_grpc? @cschuet
The text was updated successfully, but these errors were encountered: