mah0x211 / lua-yyjson

lua bindings for https://github.com/ibireme/yyjson
MIT License
5 stars 0 forks source link

请勿将此库用于skynet项目 #10

Open walking-with-linght opened 1 year ago

walking-with-linght commented 1 year ago

https://github.com/mah0x211/lua-yyjson/blob/master/src/lyyjson.c#L521-L532

这几个 ref 不会释放 如果在skynet 玩家agent服务中使用,会导致服务销毁后内存不会回收。

starwing commented 1 year ago

你好,想问下,虽然这几个ref不能回收,但是生命周期是和库一样的吧?在不卸载库的情况下,回不回收是无所谓的吧?

walking-with-linght commented 1 year ago

常驻服务可以使用,另外推荐另一个C++版本的yyjson,https://github.com/cloudfreexiao/lua-yyjson 这个已经修复好内存问题