-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add trait StreamOperation with stop_operation, wrapper SubscriptionStream. #19
Conversation
Hey @BratSinot - this looks good at first glance. Do you mind merging/rebasing in master please and then I'll take another look. Thanks |
# Conflicts: # src/client.rs # src/lib.rs
Done. |
I'm not sure about returning |
Yeah, this is a good point. I may take a closer look at this before I merge. Sorry it's taking me so long to get back to you on all these reviews - been a busy week at work and haven't had much time for side projects. Thanks for your patience (and of course the contributions) 🙏 |
I've taken your code and tried to simplify it a bit @BratSinot - it now just returns a concrete type rather than an Closing this in favour of #23 (which is based off this branch, just couldn't figure out how to push to this PR easily). I still want to do a bit of work to get an |
Implements #18
Based on errors #17