mobizt/Firebase-Arduino-WiFiNINA

readStream error

ik2wxx opened this issue · 1 comments

Hi
After some minutes of use, Firebase.readStream(firebaseData) returns false, also if data is still readable and firebaseData.streamTimeout() returns false.
I'm now ignoring that message

if (!Firebase.readStream(firebaseData)) {
    Serial.print("Can't read stream data");
}

It is due to unstable internet connection.

The stream connection is timed out as the heartbeat data from server is missing over 30 seconds. Then the new connection will resume.

You should check your network status.