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
So I am trying to stream data from Firebase.
I am able to get the data using GET
and for streaming purposes I am sending the header "Accept:text/event-stream"
I am also not closing the connection.
I am reading the response while the client.available() returns true.
However, the response code comes to be 200 and Response is the data and then it does nothing.
Ideally it should give a 307 response / start streaming the data
Can someone help me with it?
The text was updated successfully, but these errors were encountered:
So I am trying to stream data from Firebase.
I am able to get the data using GET
and for streaming purposes I am sending the header "Accept:text/event-stream"
I am also not closing the connection.
I am reading the response while the client.available() returns true.
However, the response code comes to be 200 and Response is the data and then it does nothing.
Ideally it should give a 307 response / start streaming the data
Can someone help me with it?
The text was updated successfully, but these errors were encountered: