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

Call BlynkOnDisconnected() on unsuccessful write #371

Merged
merged 1 commit into from
Nov 14, 2017
Merged

Call BlynkOnDisconnected() on unsuccessful write #371

merged 1 commit into from
Nov 14, 2017

Conversation

sysoleg
Copy link
Contributor

@sysoleg sysoleg commented Nov 12, 2017

Description

Call BlynkOnDisconnected() on unsuccessful write

When client is unable to succeed writing to socket (due to broken internet
connection, for example), connection to Blynk server is resetting. But, for
some reason, the call to BlynkOnDisconnected() was commented out, so sketch
is unable to know about such disconnect.

Tested on ESP8266 platform.

When client is unable to succeed writing to socket (due to broken internet
connection, for example), connection to Blynk server is resetting.  But, for
some reason, the call to BlynkOnDisconnected() was commented out, so sketch
is unable to know about such disconnect.

Tested on ESP8266 platform.
@vshymanskyy vshymanskyy merged commit 45e5497 into blynkkk:master Nov 14, 2017
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