awslabs / aws-crt-python

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

Fix UnsubackPacket typing for reason_codes #561

Closed NickDarvey closed 4 months ago

NickDarvey commented 5 months ago

reason_codes should be a sequence of UnsubackReasonCode, not DisconnectReasonCode.

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

bretambrose commented 4 months ago

Thank you for finding and fixing this. It's been merged via https://github.com/awslabs/aws-crt-python/pull/566.