mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
12e61e01f6
It's unsafe to make almost any Lua calls when userdata destructor is running. This can cause recursive GC run and crash. See https://github.com/luau-lang/luau/pull/510 for some details.