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
Your cpp mt benchmark does not take advantage of the grpc async modes.
There is always only one CallData in one thread, which will have adverse side effects in grpc-server receiving packets.
You can pre-create more than one CallData(tag)s registered into the server.
The text was updated successfully, but these errors were encountered:
Your cpp mt benchmark does not take advantage of the grpc async modes.
There is always only one
CallData
in one thread, which will have adverse side effects in grpc-server receiving packets.You can pre-create more than one
CallData(tag)s
registered into the server.The text was updated successfully, but these errors were encountered: