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

Mirror Meteor.Collection._publishCursor more closely? #3

Open
3 tasks
tmeasday opened this issue Mar 6, 2014 · 1 comment
Open
3 tasks

Mirror Meteor.Collection._publishCursor more closely? #3

tmeasday opened this issue Mar 6, 2014 · 1 comment
Labels

Comments

@tmeasday
Copy link
Member

tmeasday commented Mar 6, 2014

  • add it at Meteor.Collection._publishCursorCount
  • change the argument order to (cursor, sub, [collection-name], counter-name)
  • never call sub.ready()
@tmeasday
Copy link
Member Author

tmeasday commented Mar 6, 2014

publishCursor doesn't call ready, if you used it manually, you would just call this.ready() immediately afterwards, which would guarantee the initial docs are sent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant