mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
change .slave to .cslave
This commit is contained in:
@@ -17,7 +17,7 @@ skynet.start(function()
|
||||
if not ok then
|
||||
skynet.abort()
|
||||
end
|
||||
skynet.name(".slave", slave)
|
||||
skynet.name(".cslave", slave)
|
||||
|
||||
else
|
||||
if standalone then
|
||||
@@ -30,7 +30,7 @@ skynet.start(function()
|
||||
if not ok then
|
||||
skynet.abort()
|
||||
end
|
||||
skynet.name(".slave", slave)
|
||||
skynet.name(".cslave", slave)
|
||||
end
|
||||
|
||||
if standalone then
|
||||
|
||||
Reference in New Issue
Block a user