Parallel MQTT sessions between a single Device and AWS IoT Core
Today I’ll write about the parallel MQTT sessions between a single Device and AWS IoT Core.
I will also share an unexpected finding! To be honest, I am not sure if that is a bug or a feature of the AWS IoT Core.
Introduction The AWS IoT Core message broker does not allow two clients with identical client ID to stay connected at the same time. After the second client connects, the MQTT Broker (part of the AWS IoT Core) closes the existing connection.