mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
bugfix: pop __remote nil
This commit is contained in:
@@ -363,6 +363,7 @@ _pack_one(lua_State *L, struct write_block *b, int index, int depth) {
|
|||||||
lua_pop(L,1);
|
lua_pop(L,1);
|
||||||
wb_integer(b, handle, TYPE_REMOTE);
|
wb_integer(b, handle, TYPE_REMOTE);
|
||||||
} else {
|
} else {
|
||||||
|
lua_pop(L,1);
|
||||||
wb_table(L, b, index, depth+1);
|
wb_table(L, b, index, depth+1);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user