Immediately after sending a message from outside and before receiving it on the Messenger screen, if you start the Messenger screen and immediately minimize it,
Even if I start the Messenger screen again, the message I thought I received does not appear.
I confirmed the following order in the console log.
1.MessagingService.ready
2.Messenger.closed
3.Conversations.closed
4.MessagingService.started
I think this is not due to minimizing the screen, but due to timing.
Is there a way to display received messages on the Messenger screen even if I perform the same operation?