metoo icon indicating copy to clipboard operation
metoo copied to clipboard

A game engine based on skynet

Results 5 metoo issues
Sort by recently updated
recently updated
newest added

1.makefile里面的平台是macosx,但是编译时log模块包含的Lua头文件找不到报错 2.log里面的fwrite_unlocked找不到

sql执行失败的话如何同步redis?框架中未做处理

https://github.com/fztcjjl/metoo/blob/master/game/msgagent.lua#L165 ``` local data = netpack.tostring(msg, sz, 0) -- 必须为0, 否则会产生double free ``` 第三个参数0有用到吗?另外,调用了这句就会产生double free,我觉得应该去掉。