mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
fix sharetable update when match self coroutine
This commit is contained in:
@@ -421,7 +421,7 @@ local function resolve_replace(replace_map)
|
|||||||
if not info then
|
if not info then
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
info.level = level
|
info.level = is_self and level + 1 or level
|
||||||
info.curco = co
|
info.curco = co
|
||||||
match_funcinfo(info)
|
match_funcinfo(info)
|
||||||
level = level + 1
|
level = level + 1
|
||||||
|
|||||||
Reference in New Issue
Block a user