lua: Don't attempt to deactivate the extension when killing it.
As the extension thread is holding the lock, and stuck while the lua function is executing, when a timeout is detected, there's no way to acquire the lock, not to execute the deactivate function in a thread safe manner.
Please register or sign in to comment