We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7c2ed commit a4bf4a8Copy full SHA for a4bf4a8
types/index.d.ts
@@ -89,7 +89,7 @@ export interface IPublishPacket extends IPacket {
89
responseTopic?: string,
90
correlationData?: Buffer,
91
userProperties?: UserProperties,
92
- subscriptionIdentifier?: number,
+ subscriptionIdentifier?: number | [number],
93
contentType?: string
94
}
95
@@ -133,6 +133,7 @@ export interface ISubscribePacket extends IPacket {
133
subscriptions: ISubscription[],
134
properties?: {
135
reasonString?: string,
136
+ subscriptionIdentifier?: number,
137
userProperties?: UserProperties
138
139
0 commit comments