Update HubProtocol.md (#23389)
This commit is contained in:
parent
04ecd5539f
commit
646de19f1d
|
|
@ -543,7 +543,7 @@ MessagePack uses different formats to encode values. Refer to the [MsgPack forma
|
||||||
`Invocation` messages have the following structure:
|
`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.
|
* `1` - Message Type - `1` indicates this is an `Invocation` message.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue