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
The idea is just to call wrap the buildAggregator in a function in which you can run any code you want, and then call the buildAggregator within your function, passing the context along.
EDIT: I got it working in a test environment on my end, using code very similar to above.
checking the examples on here, couldn't figure out how I can pass subscription argument to pipelineCreator function.
Example: trying to pass
userId
Meteor.subscribe('message.counts.by.sender', userId);
I have tried the following but it doesn't work
Any ideas?
The text was updated successfully, but these errors were encountered: