Update HubProtocol.md (#23389)

This commit is contained in:
Brennan 2020-06-26 21:33:29 -07:00 committed by GitHub
parent 04ecd5539f
commit 646de19f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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