mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
Merge branch 'master' of https://github.com/cloudwu/skynet
This commit is contained in:
@@ -42,6 +42,12 @@ end
|
|||||||
|
|
||||||
local register_name = new_register_name()
|
local register_name = new_register_name()
|
||||||
|
|
||||||
|
local function new_register_name()
|
||||||
|
return setmetatable({}, register_name_mt)
|
||||||
|
end
|
||||||
|
|
||||||
|
local register_name = new_register_name()
|
||||||
|
|
||||||
local tracetag
|
local tracetag
|
||||||
|
|
||||||
local function dispatch_request(_,_,addr, session, msg, sz, padding, is_push)
|
local function dispatch_request(_,_,addr, session, msg, sz, padding, is_push)
|
||||||
|
|||||||
Reference in New Issue
Block a user