You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to pass a byte[] data structure from Java to a Lua function and handle it as a string.
How should I do this?
I am getting an error when using LuaValue.call(byte[]) on the Lua side,
the response is "not string type"
please help
My Lua environment is LuaJIT
The text was updated successfully, but these errors were encountered:
I want to pass a byte[] data structure from Java to a Lua function and handle it as a string.
How should I do this?
I am getting an error when using LuaValue.call(byte[]) on the Lua side,
the response is "not string type"
please help
My Lua environment is LuaJIT
The text was updated successfully, but these errors were encountered: