Device info
Emulators: Pixel 4 XL API 30 and Iphone 12 Pro Max iOS 14.4
Describe the bug:
This code doesn't listen any changes.
MessagesStatusesManager messagesStatusesManager = CubeChatConnection.instance.messagesStatusesManager; messagesStatusesManager.deliveredStream.listen((messageStatuses){ print("Message RECEIVED ${messageStatuses.userId}, ${messageStatuses.messageId}, ${messageStatuses.dialogId}"); });
Comment out the lines 813-815 on chat_dialog_screen.dart to avoid the 'Read' status listener and to avoid the 'Read' status listener and be able to verify only the behavior of 'Delivered' status
Start a private chat
Actual result:
Message status is not updated to delivered
Additional info
I am implementing the sdk in another project and it doesn't work either. The skd version is the last stable one in pub.dev
Platform (use [x]) [x] Android [x] iOS
Device info Emulators: Pixel 4 XL API 30 and Iphone 12 Pro Max iOS 14.4
Describe the bug: This code doesn't listen any changes.
MessagesStatusesManager messagesStatusesManager = CubeChatConnection.instance.messagesStatusesManager; messagesStatusesManager.deliveredStream.listen((messageStatuses){ print("Message RECEIVED ${messageStatuses.userId}, ${messageStatuses.messageId}, ${messageStatuses.dialogId}"); });
Steps to Reproduce:
Actual result: Message status is not updated to delivered
Additional info I am implementing the sdk in another project and it doesn't work either. The skd version is the last stable one in pub.dev