game-engine-2d icon indicating copy to clipboard operation
game-engine-2d copied to clipboard

Separate Lua states

Open andrewmcwatters opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. When I restart a server, the engine retains the same Lua state.

Describe the solution you'd like I want new Lua states each time the server restarts.

Describe alternatives you've considered Grid Engine 9 and earlier manually clean up module state. This is difficult and a security issue.

Additional context Consider using love.thread or Lua Lanes.

andrewmcwatters avatar Feb 27 '21 02:02 andrewmcwatters