add skynet.response for delay response

This commit is contained in:
Cloud Wu
2014-07-30 12:10:30 +08:00
parent c78466b486
commit ce5adba5b2
13 changed files with 182 additions and 96 deletions

View File

@@ -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