Include UnsubscribeResponse in stream protocol
This commit is contained in:
parent
92017ac612
commit
8443c761ee
|
|
@ -451,6 +451,12 @@ Unsubscribe => Key Version CorrelationId SubscriptionId
|
||||||
Version => uint16
|
Version => uint16
|
||||||
CorrelationId => uint32
|
CorrelationId => uint32
|
||||||
SubscriptionId => uint8
|
SubscriptionId => uint8
|
||||||
|
|
||||||
|
UnsubscribeResponse => Key Version CorrelationId ResponseCode
|
||||||
|
Key => uint16 // 0x800c
|
||||||
|
Version => uint16
|
||||||
|
CorrelationId => uint32
|
||||||
|
ResponseCode => uint16
|
||||||
```
|
```
|
||||||
|
|
||||||
=== Create
|
=== Create
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue