http3 breaks SSE
/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.
That's odd. I've asked for a minimal reproducer in the forum thread.
https://sse.dev/test
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.
https://sse.dev/test
Your test not run in HTTP3.
Your test not run in HTTP3.
I just listed a publicly available SSE endpoint as a basis for a reproducer 😉