We have a delivery app running behind cloudfare. Our app sends notifications to its clients using server side events and an open websocket (to each client). It was working without any problems until yesterday. The server side events now take minutes to be sent to the clients, but are sent instantaneously if we disable completely cloudfare cache (by enabling development mode).
We believe something has changed in cloudfare since yesterday as the only thing that solves the problem is the development mode. Did anyone have the same experience? Does it have any solution besides disabling the cache?
Seems some update hit Cloudflare yesterday. Things started to work as before without any changes form our side. Although Iām still receiving an error net::ERR_HTTP2_PROTOCOL_ERROR but the SSE is still working. Any idea as to why?