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
I used this tool generate C++ project file, in RpcClientWorker cpp file, the "WorkerUtils.h" include file is not existed ,and it brings that TStubbedRpcWorker, and AsyncRequest template was not declared. as follow:
class HelloServiceRpcClientWorker : public TStubbedRpcWorker<TEST::HelloService::Stub>
The text was updated successfully, but these errors were encountered:
I used this tool generate C++ project file, in RpcClientWorker cpp file, the "WorkerUtils.h" include file is not existed ,and it brings that TStubbedRpcWorker, and AsyncRequest template was not declared. as follow:
class HelloServiceRpcClientWorker : public TStubbedRpcWorker<TEST::HelloService::Stub>
The text was updated successfully, but these errors were encountered: