You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to enhance the reliability of event transmission, the SSE endpoint should support the last-event-id field as sent by the client. The idea is to maintain a buffer of events for each connection, similar to how events are buffered for the longpolling endpoint.
The size of the buffer should be configurable (likely related to #236).
The text was updated successfully, but these errors were encountered:
In order to enhance the reliability of event transmission, the SSE endpoint should support the
last-event-id
field as sent by the client. The idea is to maintain a buffer of events for each connection, similar to how events are buffered for the longpolling endpoint.The size of the buffer should be configurable (likely related to #236).
The text was updated successfully, but these errors were encountered: