awslabs / aws-c-mqtt

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

Relax validation on user-specified topic aliasing #334

Closed bretambrose closed 10 months ago

bretambrose commented 10 months ago

Being strict about topic alias validation seems counter productive. It's an optional micro-optimization and the client configuration may not be known to a user who may have to work with a client configured by a third party.

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