mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 03:53:09 +00:00
We don't need launch multicastd in bootstrap
This commit is contained in:
@@ -9,7 +9,6 @@ skynet.start(function()
|
||||
skynet.name("DATACENTER", datacenter)
|
||||
end
|
||||
assert(skynet.newservice "service_mgr")
|
||||
skynet.uniqueservice("multicastd")
|
||||
assert(skynet.newservice(skynet.getenv "start" or "main"))
|
||||
skynet.exit()
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user