Facing io.netty.handler.timeout.ReadTimeoutException: null while consuming server sent events

In the Mozilla description for server sent events there is a note: A colon as the first character of a line is in essence a comment, and is ignored. Note: The comment line can be used to prevent connections from timing out; a server can send a comment periodically to keep the connection alive. So periodically sending comments can … Read more