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
EventSource has some issues, including being unable to differentiate between unexpected HTTP connection closing (e.g. due to a flaky internet connection) and the server initiating an HTTP connection closing.
The text was updated successfully, but these errors were encountered:
Also I don't think we need an EventSource implementation but we can have a recipe with Fetch API because I think it is simple enough to work with ReadableStreams
EventSource has some issues, including being unable to differentiate between unexpected HTTP connection closing (e.g. due to a flaky internet connection) and the server initiating an HTTP connection closing.
The text was updated successfully, but these errors were encountered: