This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
serving: ctrl+c not exit
tags/v1.1.0
xuyongfei
5 years ago
parent
2b1363bc7f
commit
46ad69278c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
serving/core/server.cc
+ 1
- 1
serving/core/server.cc
View File
@@ -262,9 +262,9 @@ Status Server::BuildAndStart() {
ClearEnv();
server->Shutdown();
event_base_loopexit(eb, nullptr);
exit_http();
grpc_thread.join();
restful_thread.join();
exit_http();
return SUCCESS;
}
} // namespace serving
Write
Preview
Loading…
Cancel
Save