Closed andig closed 3 years ago
The sse request is kept open to receive the server sent events for the lifetime of the connection, but ctx is the context requesting the connection and might have a timeout. When we use it as suggested, the connection will close after that timeout.
The sse request is kept open to receive the server sent events for the lifetime of the connection, but ctx is the context requesting the connection and might have a timeout. When we use it as suggested, the connection will close after that timeout.