-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http3 breaks SSE #6537
Comments
/cc @dunglas since Mercure is SSE, do you happen to know how it interacts with HTTP/3? |
At least at protocols level, HTTP/3 works perfectly well with SSE (SSE is just a standard HTTP connection). If there is a bug, it's definitely an implementation bug. IIRC I already tried the Mercure hub with HTTP/3 and it was working properly. |
That's odd. I've asked for a minimal reproducer in the forum thread. |
Yes, I hit the same issue. |
|
I find browser (sse client) will reconnect when it find server support a HTTP3 and having message come at the same time. The problem is just here, having reconnect, but message data is loss. This is not expected. |
#> > That's odd. I've asked for a minimal reproducer in the forum thread. |
I just listed a publicly available SSE endpoint as a basis for a reproducer 😉 |
From the community, apparently, SSE doesn't work with http3.
The text was updated successfully, but these errors were encountered: