Skip to content
New issue

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

Fix #1524 and #1525. #1526

Closed
wants to merge 1 commit into from
Closed

Fix #1524 and #1525. #1526

wants to merge 1 commit into from

Commits on Aug 16, 2022

  1. Fix mqttjs#1524 and mqttjs#1525.

    `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.
    redboltz committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    c07ede6 View commit details
    Browse the repository at this point in the history