Fixed deadlock on unexpected connection loss
This commit is contained in:
parent
1362abc70d
commit
b4f1ef1127
3 changed files with 82 additions and 100 deletions
|
|
@ -101,7 +101,6 @@ void captureThread(std::shared_ptr<safe::queue_t<capture_ctx_t>> capture_ctx_que
|
|||
for(auto &capture_ctx : capture_ctx_queue->unsafe()) {
|
||||
capture_ctx.images->stop();
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
auto disp = platf::display();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue