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

this commit fixes #64 #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

this commit fixes #64 #78

wants to merge 1 commit into from

Conversation

THKDev
Copy link

@THKDev THKDev commented Mar 17, 2017

this commit fixes #64 OTA over MQTT

Remove pub.payload_stream()->stop();
Do NOT stop the client connection because the (WiFi) Client hold in class Publish is NOT ref counted. It is only a pointer. Closing it will count ref to 0 and close the TCP connection.

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.

OTA over MQTT
1 participant