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

implement the crud portion of the persistent subscription API #23

Merged
merged 7 commits into from
Apr 21, 2021

Conversation

the-mikedavis
Copy link
Collaborator

@the-mikedavis the-mikedavis commented Apr 21, 2021

connects #7

simple crud stuffs for creating listing updating and deleting psubs

doesn't implement the real meat of the psub API which is the subscribing

the subscription part will probably necessitate changes to the Spear.Connection to allow a bi-directional subscription (current subscriptions asynchronously stream which is a good start but it's only in one direction: server->client. psubs will need to stream both directions), so I'm punting that to the next PR

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

Successfully merging this pull request may close these issues.

1 participant