awslabs / aws-crt-nodejs

NodeJS bindings for the AWS Common Runtime.
Apache License 2.0
38 stars 24 forks source link

Mqtt311 operation statistics support #402

Closed TwistedTwigleg closed 1 year ago

TwistedTwigleg commented 1 year ago

Description of changes:

Adds operation statistics support to aws-crt-nodejs for MQTT311. Also adds operation statistics support tests for both MQTT311 and MQTT5 to increase code coverage and safety.

Relies on https://github.com/awslabs/aws-c-mqtt/pull/247 being merged and released.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

TwistedTwigleg commented 1 year ago

Thanks! Merging into main...