We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In here, IPublishPacket description is this.
Only the topic property is mandatory.
But in /types/index.d.ts, IPublishPacket definition is this.
/types/index.d.ts
mqtt-packet/types/index.d.ts
Lines 64 to 81 in 2ac6d1b
I think so key of qos, dup, retain, payload (and cmd) is need change to optional.
qos, dup, retain, payload (and cmd)
If this is correct, I can send PR. Thanks.
The text was updated successfully, but these errors were encountered:
fix IPublishPacket type definition
11a5b35
mqttjs#73
No branches or pull requests
In here, IPublishPacket description is this.
But in
/types/index.d.ts
, IPublishPacket definition is this.mqtt-packet/types/index.d.ts
Lines 64 to 81 in 2ac6d1b
I think so key of
qos, dup, retain, payload (and cmd)
is need change to optional.If this is correct, I can send PR.
Thanks.
The text was updated successfully, but these errors were encountered: