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