mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
launch all the bootstrap services in bootstrap.lua
This commit is contained in:
@@ -592,6 +592,8 @@ harbor_init(struct harbor *h, struct skynet_context *ctx, const char * args) {
|
||||
fprintf(stderr, "Harbor: Connect to master failed\n");
|
||||
exit(1);
|
||||
}
|
||||
skynet_harbor_start(ctx);
|
||||
|
||||
h->local_addr = skynet_strdup(local_addr);
|
||||
|
||||
_launch_gate(ctx, local_addr);
|
||||
|
||||
Reference in New Issue
Block a user