AWSlotMqttManager offlinePublishQueueBound not working #2558
Labels
bug
Something isn't working
iot
Issues with the AWS Android SDK for Internet of Things (IoT)
pending-release
Code has been merged but pending release
Describe the bug
The
offlinePublishQueueBound
in theAWSlotMqttManager
fails to apply an actual message limit. In the methodputMessageInQueueAndNotify
is calledmqttMessageQueue.remove(0);
which intends to remove first item of a queue, howeverConcurentLinkedQueue.remove
accepts only an Object of given queue as a parameter. This results into the remove call never removing items.Which AWS service(s) are affected?
aws-android-sdk-iot
The text was updated successfully, but these errors were encountered: