您好,在lua协程中调用时出错了
wondergong opened this issue · 2 comments
wondergong commented
您好,这个代码编译好so动态库,普通测试可以,但是在lua的协程中调用时,encode和decode就不生效了,请问造成这个的原因有哪些呢,测试了好久不知道原因,希望能够解答一下。
jinq0123 commented
This is because the lua-intf issue: SteveKChiu/lua-intf#131
wondergong commented
好的谢谢,正在尝试用#131的方法解决这个问题