как данные обработаются? не получится ли так что gc придет и все поломает ?
Because Lua has garbage collection, there is no guarantee that the pointer returned by lua_tolstring will be valid after the corresponding value is removed from the stack. (https://pgl.yoyo.org/luai/i/lua_tolstring)
// rd_kafka will copy value so no need to worry about this cast
Обсуждают сегодня