Hello,
I'm using SSE (Server Sent Events) with Play framework.
I noticed that when the server stops sending events, after 1 minute the connection is closed.
The client (Chrome) then logs the following message and restarts the SSE connection:
GET
http://xxx net::ERR_INCOMPLETE_CHUNKED_ENCODING
However I'd like to know if I can configure this timeout interval either in code or through configuration?
I have not found anything obvious.
Best regards,
Peter Mortier