awslabs / aws-crt-python

Python bindings for the AWS Common Runtime
Apache License 2.0
87 stars 43 forks source link

Treat correlation data as binary not a nullable string #560

Closed bretambrose closed 4 months ago

bretambrose commented 5 months ago

Non utf-8 correlation data was leading to utf-8 decode errors when calling from the binding to _on_publish in the MQTT5 client.

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