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

Move to our own SSE implementation #1368

Open
rodrigo-o opened this issue Jan 24, 2025 · 0 comments
Open

Move to our own SSE implementation #1368

rodrigo-o opened this issue Jan 24, 2025 · 0 comments

Comments

@rodrigo-o
Copy link
Collaborator

Implementing a quick SSE stream function shouldn't be a really complex issue, we are right now using sse and event_bus libraries for convenience due to they working pretty much out of the box, but the idea is to migrate to phoenix_pubsub and implement the SSE event listener on our own. For now the current implementation works.

The more important functions to take a look at are Plug.Conn.send_chunked and Plug.Conn.chunk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant