mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
add cluster.proxy and cluster.ncall
This commit is contained in:
@@ -4,5 +4,6 @@ skynet.start(function()
|
||||
skynet.dispatch("lua", function(session, address, ...)
|
||||
print("[GLOBALLOG]", skynet.address(address), ...)
|
||||
end)
|
||||
skynet.register ".log"
|
||||
skynet.register "LOG"
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user