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

Design and implement streamer abstraction #33

Open
ksysoev opened this issue Apr 30, 2024 · 1 comment
Open

Design and implement streamer abstraction #33

ksysoev opened this issue Apr 30, 2024 · 1 comment
Labels
enhancement New feature or request maybe latter

Comments

@ksysoev
Copy link
Owner

ksysoev commented Apr 30, 2024

For WebSocket APIs it's common to stream live updates to client connections.
It'll be useful to create abstraction that will manage listeners for the updates and keep a subscription active until at least one connection is listening to it.

@ksysoev ksysoev added this to the v0.4.0 milestone May 26, 2024
@ksysoev ksysoev added the enhancement New feature or request label May 26, 2024
@ksysoev ksysoev self-assigned this Jun 1, 2024
@ksysoev ksysoev removed this from the v0.4.0 milestone Jun 8, 2024
@ksysoev
Copy link
Owner Author

ksysoev commented Jun 8, 2024

Postponing this for now, don't see an elegant abstraction that will provide possibility to implement subscriptions in general way.

@ksysoev ksysoev removed their assignment Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request maybe latter
Projects
None yet
Development

No branches or pull requests

1 participant