Skip to content

AWS Mobile SDK for Android v2.6.27

Compare
Choose a tag to compare
@scb01 scb01 released this 08 Nov 18:52
e885da0

Bug Fixes

  • Fixed bug in subscribe call that was setting the QoS to be 0. It is now correctly set to QoS 1. See issue #54
  • Fixed bug that was causing a ConcurrentModificationException in the logic to handle connection loss. See PR #41 and issue #53
  • Fixed null pointer exception in the AppSyncOfflineMutationInterceptor. See issue #51