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

Allow for an easy way to send an initial event #35

Open
reconbot opened this issue Aug 21, 2021 · 1 comment
Open

Allow for an easy way to send an initial event #35

reconbot opened this issue Aug 21, 2021 · 1 comment

Comments

@reconbot
Copy link
Owner

the onSubscribe callback is a great place to send out an event when someone subscribes to a topic. However, if you have a large topic it's desirable to only send an event to the connection that just subscribed. I'd like to add connectionId as something you can always filter on.

We currently have the indexes that could allow for this but the performance tradeoffs need to be properly evaluated.

@reconbot
Copy link
Owner Author

#58 should help here

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