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

Conversation

hollie
Copy link
Owner

@hollie hollie commented Jul 26, 2015

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.

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.
hollie added a commit that referenced this pull request Jul 26, 2015
Further work on the mqtt module
@hollie hollie merged commit 382230a into hollie:add_mqtt_support Jul 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants