You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`topicAliasMaximum` for receiving is designed as setting by MqttClient
option, not setting by CONNECT property.
And it is automatically used as CONNECT property.
However, the document said `topicAliasMaximum` is set by CONNECT
property.
It is bad so I fixed it.
In addition, corresponding typescript definitions are fixed.
The following is a type definition file
https://github.com/mqttjs/MQTT.js/blob/aa49aaf9856fe9f433005e850b490a96505add19/types/lib/client-options.d.ts
The following options seem to be missing.
The text was updated successfully, but these errors were encountered: