src/Action.cpp (4 lines): - line 38: // TODO : Check if there are corner cases for this function not terminating until it has read the required number of bytes - line 39: // TODO : Is there a more efficient way to do this? - line 75: // TODO : Check if there are corner cases for this function not terminating until it has written the required number of bytes - line 76: // TODO : Is there a more efficient way to do this? network/OpenSSL/OpenSSLConnection.cpp (3 lines): - line 146: // TODO : Check if it is possible to replace this with std::call_once - line 369: // TODO: streamline error codes for TLS - line 613: // TODO: add config for disconnect timeout src/util/JsonParser.cpp (2 lines): - line 195: // TODO: This implementation takes O(n^2), only possible way to shorten the time would - line 255: // TODO: This implementation takes O(n^2), only possible way to shorten the time would network/WebSocket/WebSocketConnection.cpp (2 lines): - line 763: // TODO: Add support for partial reads - line 780: // TODO: Add support for partial writes src/mqtt/Subscribe.cpp (1 line): - line 259: // TODO: This needs to be reworked network/CMakeLists.txt.in (1 line): - line 78: #TODO: Need proper fix for various library configurations src/shadow/Shadow.cpp (1 line): - line 569: // TODO: Optimization needed here src/mqtt/Connect.cpp (1 line): - line 412: // TODO : This action needs cleanup in the future src/ClientCoreState.cpp (1 line): - line 73: // TODO : Add option to overwrite oldest action src/mqtt/NetworkRead.cpp (1 line): - line 258: /* TODO: nullchecks */ network/OpenSSL/OpenSSLConnection.hpp (1 line): - line 56: * TODO: This is a hotfix and will be updated after design changes network/MbedTLS/MbedTLSConnection.hpp (1 line): - line 75: // TODO: This is a Hotfix, requires a better approach