awslabs / aws-c-mqtt

C99 implementation of the MQTT 3.1.1 specification.
Apache License 2.0
93 stars 30 forks source link

311 protocol adapter #349

Closed bretambrose closed 1 week ago

bretambrose commented 7 months ago

Impl and tests for 311 client protocol adapter. Fewer tests than the 5 implementation because some packets don't have negative acks and there's no reasonable way to force an async failure into the 311 client.

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