Regarding the issue where automatically displayed messages are not displayed on the chat screen

When launching the chat screen and immediately minimizing it, the message that should be displayed automatically in the chat screen does not appear.
When we performed operational verification while checking the console log, we found the following differences compared to when it worked normally:

"Conversations.closed" appears before "MessagingService.ready".
"MessagingService.messeageReceived" appears after "MessagingService.ready", and the message that should be displayed automatically in the chat screen is displayed.

In the case of normal operation (where the message is automatically displayed in the chat screen), the console log was as follows:
"MessagingService.ready" appears before "Conversations.closed".
"MessagingService.messeageReceived" is not displayed.

We think that this may be a timing issue rather than an issue with minimizing the chat screen.
Do you happen to know anything about the logic behind the output of "MessagingService.messeageReceived"?
Also, do you know any ways to prevent this issue from occurring?

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.