server-only-methods
server-only-methods copied to clipboard
Does not work anymore with Meteor 1.5.1
With Meteor 1.5.1, this.connection is always set, even from server called methods, see https://github.com/meteor/meteor/pull/8629. So the suggestion here, to check if this.connection is null does not work anymore.
cc @abernix, @zimme
Thanks for the heads up @mitar. Just updated the README to warn on this.