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

Make MQTT async #16

Open
baruch opened this issue Apr 18, 2016 · 0 comments
Open

Make MQTT async #16

baruch opened this issue Apr 18, 2016 · 0 comments
Assignees

Comments

@baruch
Copy link
Owner

baruch commented Apr 18, 2016

MQTT connection is synchronous and takes about 2 seconds, making it async would speed up startup and allow actuators to be more responsive.

@baruch baruch self-assigned this Apr 18, 2016
baruch added a commit that referenced this issue Apr 24, 2016
This fixes a long delay at startup where mqtt tries to connect with a
zero ip and obviously fails but takes a long time to fail.

This will be also avoided if mqtt was async, so it is related to #16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant