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
Added support for this.unblock() in Meteor.publish() context #11392
Conversation
Based on code in Atmosphere package lamhieu:unblock, forked from meteorhacks:unblock See: https://github.com/lamhieu-vk/unblock/ https://github.com/meteorhacks/unblock/
We will probably have to makes some changes to the documentation with this. We should probably tie this change to the next release, what do you think @vlasky ? |
Did this PR consider the problem that after unblocking any change to the sub parameters will cause every document contained in the publication to be transferred again? This is a big issue with the community packages. https://forums.meteor.com/t/strange-phenomenon-subsequent-methods-or-subs-wont-succeed/55029/67 |
Support added in 2021 via meteor/meteor#11392
…bergland Support added in 2021 via meteor/meteor#11392
Followup to meteor/meteor-feature-requests#11