You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is that publishComposite from englue/meteor-publish-composite?
If so, you may find Meteor-Community-Packages/meteor-publish-composite#67 helpful. It suggests that there's a problem in that library which causes the operation to be marked as completed when actually only the primary cursor has returned and the secondary cursor is still not done.
Can you check that? Perhaps the data from the second cursor arrives a little later?
Anyway, doesn't seem like something we can fix here.
Hello!
Is there any possibility to get data from
publishComposite
?My publish (meteor side)
My subscribe (android side)
Output
How to get linked
Entities
object?The text was updated successfully, but these errors were encountered: