Skip to content

Commit 1b46549

Browse files
authored
Specify invocation ids are unique per connection (#4316)
Make it clear that invocation ids are unique per connection
1 parent 26dfce1 commit 1b46549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/specs/HubProtocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ There are three kinds of interactions between the Caller and the Callee:
7272

7373
In order to perform a single invocation, the Caller follows the following basic flow:
7474

75-
1. Allocate a unique `Invocation ID` value (arbitrary string, chosen by the Caller) to represent the invocation
75+
1. Allocate a unique (per connection) `Invocation ID` value (arbitrary string, chosen by the Caller) to represent the invocation
7676
2. Send an `Invocation` or `StreamingInvocation` message containing the `Invocation ID`, the name of the `Target` being invoked, and the `Arguments` to provide to the method.
7777
3. If the `Invocation` is marked as non-blocking (see "Non-Blocking Invocations" below), stop here and immediately yield back to the application.
7878
4. Wait for a `StreamItem` or `Completion` message with a matching `Invocation ID`

0 commit comments

Comments
 (0)