mirror of
https://github.com/status-im/status-go.git
synced 2025-01-31 00:48:01 +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.