Skip to content

Commit 64ca6db

Browse files
committed
Fix stream error
1 parent 9e1eded commit 64ca6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Firebase_Arduino_WiFiNINA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ bool Firebase_Arduino_WiFiNINA::getServerResponse(FirebaseData &dataObj)
941941
goto EXIT_2;
942942
}
943943

944-
if (dataObj._httpCode == -1000)
944+
if (dataObj._httpCode == -1000 && dataObj._r_method != FirebaseMethod::STREAM)
945945
flag = true;
946946

947947
dataObj._httpConnected = false;

0 commit comments

Comments
 (0)