Closed ogis-yamazaki closed 1 year ago
The implementation sets GRANTED in response to unsuback.
https://github.com/mqttjs/mqtt-packet/blob/ec5ad06d96192d8d9bcbe551c12df802aa38a33a/parser.js#L489
However, it is not present in the type definition of IUnsubackPacket.
https://github.com/mqttjs/mqtt-packet/blob/ec5ad06d96192d8d9bcbe551c12df802aa38a33a/types/index.d.ts#L160-L167
I made a PR, please check it out.
@mcollina Could you do a patch release please?
@mcollina Ping
The implementation sets GRANTED in response to unsuback.
https://github.com/mqttjs/mqtt-packet/blob/ec5ad06d96192d8d9bcbe551c12df802aa38a33a/parser.js#L489
However, it is not present in the type definition of IUnsubackPacket.
https://github.com/mqttjs/mqtt-packet/blob/ec5ad06d96192d8d9bcbe551c12df802aa38a33a/types/index.d.ts#L160-L167
I made a PR, please check it out.