lordgamez commented on code in PR #1568:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1568#discussion_r1183524821
##########
libminifi/src/FlowController.cpp:
##########
@@ -193,7 +192,6 @@ int16_t FlowController::stop() {
this->content_repo_->stop();
// stop the ControllerServices
disableAllControllerServices();
- initialized_ = false;
Review Comment:
Note: Initialized state should only be false when we do not have a valid
flow loaded.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]