mirror of
https://github.com/status-im/status-go.git
synced 2025-02-05 03:16:12 +00:00
4e33e46795
Sometimes the message scheduled & message sent notifications are received out of order. Now we use a single channel for both so order is maintained. This was causing the tests to be flaky and it might have happened in production as well.