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
Hi mizzao I noticed that we can't operate on partitioned collections inside meteor.defer. Were you able to work it out prior to the issue you've posted on Meteor repo meteor/meteor#2221 ?
Please help. Thanks
The text was updated successfully, but these errors were encountered:
Let's leave this open as a signpost so that people know about it and as something that we may be able to fix or improve in the future. This would affect Meteor.defer, Meteor.setInterval, and Meteor.setTimeout.
By the way, if you are using Meteor.defer, you may want to just consider the possibility of doing this.unblock() in the method and going on with whatever is happening in the defer block, so you don't have to avoid these gynmastics.
mizzao
changed the title
Can't operate partitioned collections inside Meteor.defer
User's group is lost across Meteor environment callbacks: Meteor.{defer, setTimeout, setInterval}
Aug 27, 2015
Hi mizzao I noticed that we can't operate on partitioned collections inside meteor.defer. Were you able to work it out prior to the issue you've posted on Meteor repo meteor/meteor#2221 ?
Please help. Thanks
The text was updated successfully, but these errors were encountered: