mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +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
|
||||
break
|
||||
end
|
||||
info.level = level
|
||||
info.level = is_self and level + 1 or level
|
||||
info.curco = co
|
||||
match_funcinfo(info)
|
||||
level = level + 1
|
||||
|
||||
Reference in New Issue
Block a user