bugfix: harbor service should not release before others

This commit is contained in:
Cloud Wu
2014-10-10 20:13:53 +08:00
parent 2f6bfe9104
commit 4a8bf4f39a
5 changed files with 23 additions and 0 deletions

View File

@@ -236,4 +236,5 @@ skynet_start(struct skynet_config * config) {
if (config->daemon) {
daemon_exit(config->daemon);
}
skynet_harbor_exit();
}