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
!7003
serving: ctrl+c not exit
Merge pull request
!7003
from 徐永飞/master
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
ed4d839f39
46ad69278c
commit
11d5255c97
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