vlm: Avoid a deadlock when stoping the input.
We may be joining the input_thread inside the vlm lock, and try to vlm lock inside the stop event handler.
Showing
Please register or sign in to comment
We may be joining the input_thread inside the vlm lock, and try to vlm lock inside the stop event handler.