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

Align OnConnectCallback with specs expecting Connack packet #1333

Merged
merged 2 commits into from
Oct 4, 2021

Commits on Sep 30, 2021

  1. Set noImplicitAny to false in test/typescript/tsconfig.json due to a …

    …compilation error resolving ws types
    
    OnConnectCallback receives back a Connack packet as stated in the MQTT specs
    ccarcaci committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    1cace14 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Add @types/ws in devDependencies

    Restore noImplicitAny typescript rule
    ccarcaci committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    1323cbb View commit details
    Browse the repository at this point in the history