source/jobs/JobsFeature.cpp (8 lines): - line 46: // TODO We need to implement a strategy for what do when our subscription fails - line 64: // TODO We need to implement a strategy for what do when our subscription fails - line 76: // TODO We need to implement a strategy for what do when our subscription fails - line 93: // TODO We need to implement a strategy for what do when our subscription fails - line 106: // TODO We need to implement a strategy for what do when our subscription fails - line 376: // TODO We need to add filtering of invalid characters for the status details that may come from weird - line 547: // TODO: create init method and call it instead - line 563: // TODO: Add support for checking condition source/tunneling/SecureTunnelingFeature.cpp (3 lines): - line 85: return 0; // TODO: Consider throw - line 232: // TODO: Handle subscription error - line 234: // TODO: UA-5775 - Incorporate the baseClientNotifier onError event source/jobs/JobEngine.cpp (2 lines): - line 297: // TODO we need to make sure ALL file handles get closed, including those within the MQTTConnectionManager - line 328: // TODO: do not wait for infinite time for child process to complete source/util/FileUtils.cpp (1 line): - line 69: wordexp(filePath.c_str(), &word, 0); // TODO: How to handle error?