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 server-sent events #88

Open
ejball opened this issue Dec 15, 2023 · 0 comments
Open

Support server-sent events #88

ejball opened this issue Dec 15, 2023 · 0 comments

Comments

@ejball
Copy link
Contributor

ejball commented Dec 15, 2023

The implementation of server-sent events should use the SSE standard, at least for the JSON serializers, returning IAsyncEnumerable<T> from the corresponding interface method. SSE doesn't support binary, but we could come up with something similar for MessagePack, e.g. a sequence of length-prefixed binary blobs.

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

1 participant