Browse Source

Update HubProtocol.md (#23389)

Brennan 5 years ago
parent
commit
646de19f1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/SignalR/docs/specs/HubProtocol.md

+ 1 - 1
src/SignalR/docs/specs/HubProtocol.md

@@ -543,7 +543,7 @@ MessagePack uses different formats to encode values. Refer to the [MsgPack forma
 `Invocation` messages have the following structure:
 
 ```
-[1, Headers, InvocationId, NonBlocking, Target, [Arguments], [StreamIds]]
+[1, Headers, InvocationId, Target, [Arguments], [StreamIds]]
 ```
 
 * `1` - Message Type - `1` indicates this is an `Invocation` message.