In my application a Lua script can subscribe to certain events from a Client. It is also possible to have one script subscribe to multiple Clients. Currently I am setting th
Lua threads are child states from a single mother state. All global variables are shared by these Lua threads.
Separate Lua states have separate globals.