Use fiber lua state for triggers if possible
Lua trigger invocation reuses a fiber lua state if exists instead of creating of new one for each new invocation. This is needed for a lua stack reconstruction during backtracing. Relates: #3538
Loading
Please register or sign in to comment