This article pertains to:
Status | ||||
---|---|---|---|---|
|
...
SSE connections, by their nature, are one way connections. The server sends and the client receives. There is no way for the client to acknowledge the events or the connection itself and confirm to the server that things are ok. As such, the server isn't listening for that. What this ultimately means is the client is responsible for managing the connection. There are two recommendations that ideally should be used in conjunction with each other.
...