mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
bugfix: redirect need session
This commit is contained in:
@@ -59,7 +59,7 @@ local function ready()
|
|||||||
connect_slave(k,v)
|
connect_slave(k,v)
|
||||||
end
|
end
|
||||||
for name,address in pairs(globalname) do
|
for name,address in pairs(globalname) do
|
||||||
skynet.redirect(harbor_service, address, "harbor", "N " .. name)
|
skynet.redirect(harbor_service, address, "harbor", 0, "N " .. name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user