Skip to content

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