Skip to content

Remove pub_topic and sub_topic class objects #6

@paclema

Description

@paclema

There is no need to have the objects:

std::string pub_topic[MQTT_TOPIC_MAX_SIZE_LIST];
std::string sub_topic[MQTT_TOPIC_MAX_SIZE_LIST];

Instead, just use the list std::list<mqtt_client_topic_data> subTopics; to store the sub_topic from the configs

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions