move away from EventSource
#8207
Labels
gradio_client
Related to the one of the gradio client libraries
Milestone
EventSource
#8207
Is your feature request related to a problem? Please describe.
EventSource
has a number of issues:gradio/client
does not work in non-node, non-browser environments - React native #4348Describe the solution you'd like
I think we should switch to the Web Streams API which is supported in more environments. More specifically i think we should use
fetch-event-stream
because:@gradio/lite
.See the following from the repo:
I also think we should change the streaming API, but I'll open a new PR for that.
The text was updated successfully, but these errors were encountered: