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
As discussed with @armanbilge, we observed on both JVM and JS two different wrong behaviours, the JVM will throw a ClosedChannelException, the JS runtime will hang after the first event, when the source advertises an event every 2 seconds, observable through: $ curl -N --location --compressed --request GET 'https://sse.dev/test' --header 'Accept: text/event-stream'