That moment when you no longer can put off migrating to AWS IoT SDK v2 for
JavaScript: https://github.com/aws/aws-iot-device-sdk-js-v2

It's much less convenient that v1, so this is going to take a while to migrate
the existing end-to-end tests I use it in.

Tue, 20 Jul 2021 10:33:36 UTC12

3 replies

Replying to @coderbyheart

I absolutely need to catch connection exceptions during end-to-end tests because
we use JITP and the device will get disconnected on the first connect. During
the test this is expected and needs to be gracefully handled in the test run.