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

Further work on the mqtt module #525

Merged
merged 1 commit into from
Jul 26, 2015

Commits on Mar 30, 2015

  1. Further work on the mqtt module

    I've made a number of changes to allow more than one mqtt instance. This is
    meant to provide support for multiple hosts and ports pairs. I noticed that
    using the same host:port would cause the second request to be disconnected. So I
    reused the first host:port instance (I really only wanted the socket). So I
    reused the instance and issued a new subscription. This has man side effects
    that need to be worked out.
    
    There are a number of other fix "me"s and todos (listed in the source).
    Reconnect handleing among the top issues.
    
    See Usage and Example in the source file for changes to instanctiation.
    ncherry committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    0fc4111 View commit details
    Browse the repository at this point in the history