mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
bugfix: init should be out
This commit is contained in:
@@ -53,8 +53,8 @@ local function timing( method, ... )
|
||||
end
|
||||
|
||||
skynet.start(function()
|
||||
local init = false
|
||||
skynet.dispatch("snax", function ( session , source , id, ...)
|
||||
local init = false
|
||||
local method = func[id]
|
||||
|
||||
if method[2] == "system" then
|
||||
|
||||
Reference in New Issue
Block a user