server-only-methods icon indicating copy to clipboard operation
server-only-methods copied to clipboard

Does not work anymore with Meteor 1.5.1

Open mitar opened this issue 8 years ago • 1 comments

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

mitar avatar Aug 02 '17 05:08 mitar

Thanks for the heads up @mitar. Just updated the README to warn on this.

themeteorchef avatar Aug 02 '17 12:08 themeteorchef