Skip to content

Commit

Permalink
Fix missing trigger for task responses, e.g. snapshot result
Browse files Browse the repository at this point in the history
  • Loading branch information
tribal-tec committed Sep 3, 2018
1 parent 8223367 commit 5777c07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/RocketsPlugin/RocketsPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,8 @@ class RocketsPlugin::Impl
task->finishCancel();
}

_processDelayedNotifies->send();

std::lock_guard<std::mutex> lock(_tasksMutex);
_tasks.erase(task);
_binaryRequests.removeTask(task);
Expand Down

0 comments on commit 5777c07

Please sign in to comment.