Include UnsubscribeResponse in stream protocol

This commit is contained in:
Alex Blease 2023-05-15 10:44:46 +01:00 committed by GitHub
parent 92017ac612
commit 8443c761ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -451,6 +451,12 @@ Unsubscribe => Key Version CorrelationId SubscriptionId
Version => uint16
CorrelationId => uint32
SubscriptionId => uint8
UnsubscribeResponse => Key Version CorrelationId ResponseCode
Key => uint16 // 0x800c
Version => uint16
CorrelationId => uint32
ResponseCode => uint16
```
=== Create