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

Creating Server-Only Methods

Results 1 server-only-methods issues
Sort by recently updated
recently updated
newest added

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,...