mirror of
https://github.com/status-im/status-react.git
synced 2025-02-24 00:28:29 +00:00
We should only start receiving messages/processing topics once all the initializiation is completed, so an endpoint that start the messenger has been added. Before we would initialize the topics/receiving messages at the same time, which resulted in a race condition where a topic was signaled from status-go and was considered new just because was not loaded yet. Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>