lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Apr 15, 2014 at 4:31 PM,  <matthew@bluedino.net> wrote:
> Changing the native calls from "static synchronized native" to simply
> "synchronized native" restores the proper behavior--now two calls to
> doString on the _same_ state are sequential, while calls to doString on
> _different_ Lua states are concurrent.

I'm glad you came back to tell us the solution!  I've been meaning to
revisit AndroLua and any improvements to LuaJava are much appreciated.