You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not find a solution in the documentation, the existing issues or discussions.
I already asked for help in the chat
In which Project did the bug appear?
Other
If you selected "Other" as Project, please enter in which project the bug occurred.
No response
On which platform did the bug appear?
Android, iOS
SDK Version
0.29.x
Describe the problem caused by this bug
Before 0.29, after sending a message successfully, the statuses for events received are 0 and 1.
After 0.29, the first event has a status of -1, then the subsequent events have 0, then 1.
Before 0.29, after sending a message unsuccessfully (e.g. turn off network), the statuses for events received are 0 and -1.
After 0.29, the first event has a status of 0, then the subsequent event has -2.
According to the value, -2 means MessageStatus.removed, which doesn't make sense.
Checklist
In which Project did the bug appear?
Other
If you selected "Other" as Project, please enter in which project the bug occurred.
No response
On which platform did the bug appear?
Android, iOS
SDK Version
0.29.x
Describe the problem caused by this bug
Before 0.29, after sending a message successfully, the statuses for events received are 0 and 1.
After 0.29, the first event has a status of -1, then the subsequent events have 0, then 1.
Before 0.29, after sending a message unsuccessfully (e.g. turn off network), the statuses for events received are 0 and -1.
After 0.29, the first event has a status of 0, then the subsequent event has -2.
According to the value, -2 means MessageStatus.removed, which doesn't make sense.
Steps To Reproduce
No response
Screenshots or Logs
Events after message successfully sent
Events after message unsuccessfully sent
Security related
No response
The text was updated successfully, but these errors were encountered: