This commit is contained in:
arm64v8a
2022-10-01 11:13:22 +08:00
parent 57bf866eff
commit 392ed2e766
7 changed files with 47 additions and 67 deletions

View File

@@ -199,7 +199,7 @@ namespace NekoRay::rpc {
QString Client::Stop(bool *rpcOK) {
libcore::EmptyReq request;
libcore::ErrorResp reply;
auto status = grpc_channel->Call("Stop", request, &reply);
auto status = grpc_channel->Call("Stop", request, &reply, 3000);
if (status == QNetworkReply::NoError) {
*rpcOK = true;