mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Explain that connection is provided when call recurse into other methods.
This commit is contained in:
@@ -51,7 +51,7 @@ DDPCommon.MethodInvocation = function (options) {
|
||||
// On the server, the connection this method call came in on.
|
||||
|
||||
/**
|
||||
* @summary Access inside a method invocation. The [connection](#meteor_onconnection) that this method was received on. `null` if the method is not associated with a connection, eg. a server initiated method call.
|
||||
* @summary Access inside a method invocation. The [connection](#meteor_onconnection) that this method was received on. `null` if the method is not associated with a connection, eg. a server initiated method call. Calls to methods made from a server method which was in turn initiated from the client share the same `connection`.
|
||||
* @locus Server
|
||||
* @name connection
|
||||
* @memberOf DDPCommon.MethodInvocation
|
||||
|
||||
Reference in New Issue
Block a user