Browse Source

Serving, fix bug on check servable failed, not notify agents to exit

pull/213/head
xuyongfei 5 years ago
parent
commit
cc8ed68938
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mindspore_serving/ccsrc/worker/grpc/worker_process.h

+ 1
- 0
mindspore_serving/ccsrc/worker/grpc/worker_process.h View File

@@ -42,6 +42,7 @@ class MSWorkerImpl {
watcher_ = std::make_shared<Watcher<proto::MSAgent, proto::MSMaster>>(server_address);
}
}
virtual ~MSWorkerImpl() = default;
void PredictAsync(grpc::ServerContext *context, const proto::PredictRequest *request, proto::PredictReply *reply,
PredictOnFinish on_finish);


Loading…
Cancel
Save