mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
add skynet.response for delay response
This commit is contained in:
@@ -14,7 +14,7 @@ local function monitor(name, obj, cobj)
|
||||
while true do
|
||||
newobj = skynet.call(service, "lua", "monitor", name, newobj)
|
||||
if newobj == nil then
|
||||
return
|
||||
break
|
||||
end
|
||||
sd.update(obj, newobj)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user