-
Notifications
You must be signed in to change notification settings - Fork 36
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
Elaborate on the backwards compatibility of subs.subscribe #7
Comments
Nope. This is not possible yet. Need some core API changes. |
@arunoda any updates to this and the |
Would really like this when subscriptions code on the server checks roles/permissions and the client code can then use the onError callback ... |
Now you can pass onReady callback. |
what about onStop callback? |
I'd would really really love to see support for onError - or at least some examples on how to work around this limitation. @arunoda got some hints on how I should approach this, if I were to try to implement it myself? |
Huh. Is this still not fixed? Is there a more up to date version of this package? :/ |
Related to the iron-router
.wait()
issue: How much of a drop-in replacement issubs.subscribe
vs. Meteor.subscribe? For example, how does it handle the onError and onReady callbacks?The code below works fine with
this.subscribe()
, but never completes withsubs.subscribe()
:The text was updated successfully, but these errors were encountered: