mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +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);
|
||||
wb_integer(b, handle, TYPE_REMOTE);
|
||||
} else {
|
||||
lua_pop(L,1);
|
||||
wb_table(L, b, index, depth+1);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user