-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot reference twice the same collection from another collection #9
Comments
@paulbalomiri you are talent to find bugs! 😄 Thanks! |
What I meant to say is that I attached an app for reproducing, and that the EDIT: I really need to go to bed, as it was there all along So ignore this comment 😞 |
I just realised that there is PR #6 . Have you looked into it? |
@paulbalomiri Fixed. Better late than never! :D |
👍 |
Hi,
according to the Meteor Docs#meteor_publish the publish function may not return two cursors for the same collection
Thus this kitchen-cli definition snippet fails:
Now trying
Meteor.subscribe(referencing_query)
fails server side withIn any case I attached my app as i don't have time right now to expand the example above into an app.
The
contacts_all
query/publish function triggers the error.Anyways, i figure it's not trivial to fix, so i'm just leaving this here as a feature request ...
adsubmission.json.zip
The text was updated successfully, but these errors were encountered: