v1.2.2
Remove Lua state pool and simplify Lua state management The Lua state pool and related functions have been removed to simplify the codebase. Lua states are now created and closed directly within functions, with necessary libraries and modules registered each time. This change reduces complexity and eliminates potential concurrency issues related to the pool management. Signed-off-by: Christian Roessner <[email protected]>