lordgamez edited a comment on pull request #974: URL: https://github.com/apache/nifi-minifi-cpp/pull/974#issuecomment-759493161
@adamdebreceni @arpadboda I changed the semantics to stop the thread pool when we pause and restart again when we resume in [0c57323](https://github.com/apache/nifi-minifi-cpp/pull/974/commits/0c57323c28b727854786651e440617d3133cc505). I misunderstood a previous comment as previously I stopped the ThreadedScheduler not the ThreadPool. This time it works by only stopping the ThreadPool. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
