Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support last-event-id for SSE connections by buffering events #253

Open
kevinbader opened this issue Aug 30, 2019 · 2 comments
Open

Support last-event-id for SSE connections by buffering events #253

kevinbader opened this issue Aug 30, 2019 · 2 comments
Milestone

Comments

@kevinbader
Copy link
Contributor

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).

@kevinbader
Copy link
Contributor Author

@Azer0s does #279 implement this?

@Azer0s
Copy link
Collaborator

Azer0s commented May 4, 2020

@kevinbader As of right now, #279 supports "last_event_id" in the query params. Do mean that by "field"?

@kevinbader kevinbader added this to the 3.0.0 milestone May 7, 2020
@kevinbader kevinbader modified the milestones: 3.0.0, 3.1.0 May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants