Closed lgahdl closed 2 years ago
PS: The server is using Spring Web Flux and is not providing the Last-Event-ID
header, can it be the cause?
FOUND IT! my event was "qualifier-events" where it should be "message"
The EventSource tab in DevTools is not working with polyfill, may be sone debugging should be added instead.
Hi guys, I want to know if I'm doing something wrong in my code. I'm using the EventSourcePolyfill because I need to send an Authorization Header with the request, with "curl" my request works good, I'm receiving the messages, but in the browser something works wrong, I don't receive any message and I don't know where is the problem.
Code of my Frontend EventSource:
curl:
chrome dev tools: