Skip to content

v1.2.2

Compare
Choose a tag to compare
@croessner croessner released this 02 Sep 19:07
· 343 commits to main since this release
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]>