You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
Sometimes , due to I think unreliable connection socket seems to hang on this loop:
I got firstly an error in parsing object , then everything hangs on :
while ((socket_client->connected() && !socket_client->available())) {
delay(100);
Serial.println("Waiting..." );
}
got an infinite Waiting loop. This happens randomly but when it hangs it's sketch end as it never go out from loop. it would not be better to have a timeout on this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sometimes , due to I think unreliable connection socket seems to hang on this loop:
I got firstly an error in parsing object , then everything hangs on :
while ((socket_client->connected() && !socket_client->available())) {
delay(100);
Serial.println("Waiting..." );
}
got an infinite Waiting loop. This happens randomly but when it hangs it's sketch end as it never go out from loop. it would not be better to have a timeout on this?
The text was updated successfully, but these errors were encountered: