Using latest awscrt
Pre-release
Pre-release
use latest awscrt (#27) Update to `awscrt` 0.3.3 Adapt to API changes: - HTTP API: - had an extreme makeover, but that only affects the implementation of Greengrass Discovery, not its API. - MQTT API: - The Future returned by `subscribe()` now contains a `QoS`. It used to contain `None`. - `on_connection_interrupted` and `on_connection_resumed` callbacks have an extra `connection` argument. - IO API: - `override_default_trust_store_from_path()` arguments renamed