mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 11:33:09 +00:00
runnging拼写错误
This commit is contained in:
@@ -17,7 +17,7 @@ setmetatable(register_name, { __index =
|
||||
function(self, name)
|
||||
local waitco = inquery_name[name]
|
||||
if waitco then
|
||||
local co=coroutine.runnging()
|
||||
local co=coroutine.running()
|
||||
table.insert(waitco, co)
|
||||
skynet.wait(co)
|
||||
return rawget(self, name)
|
||||
|
||||
Reference in New Issue
Block a user