byte[] values are incorrectly coerced to JavaArray instances instead of LuaString instances as stated in the docs. I find the problem to be in org.luaj.vm2.lib.jse.CoerceJavaToLua, where a coercion for byte[].class is missing.
This should be fixed in the 3.0 release.
Log in to post a comment.
This should be fixed in the 3.0 release.