Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mosquitto_pub: split main loop. #1473

Merged
merged 1 commit into from Nov 6, 2019
Merged

Commits on Oct 5, 2019

  1. mosquitto_pub: split main loop.

    Main loop has two different logics inside: one for stdin input,
    second for all other cases. Exit loop condition is also different
    for both variants. This commit splits these two variants into
    two separate loops.
    
    Signed-off-by: Marek Wodzinski <[email protected]>
    majekw committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    ede9f2a View commit details
    Browse the repository at this point in the history