ChatComposite is missing messages sent when iOS in is background mode #1705
Replies: 2 comments 1 reply
-
hey @DercilioFontes moved this conversation to an issue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closing this discussion due to inactivity. Feel free to re-open if this is still an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to know if you guys have a solution to that problem. Everything is working fine, and thanks for the package.
The only problem I am facing and I couldn't find any help googling is that if the ios side that is chatting goes to background mode it misses the messages sent to it during that time. I know the iOS background mode doesn't allow the communication to happen, but when it is active again it could update with new messages.
I was trying to use some ChatAdapter methods like
fetchInitialData
andloadPreviousChatMessages
but no result.I'm in an React Ionic project, using:
"@azure/communication-chat": "^1.1.2",
"@azure/communication-common": "^2.0.0",
"@azure/communication-react": "^1.1.0",
Beta Was this translation helpful? Give feedback.
All reactions