mirror of
https://github.com/status-im/status-go.git
synced 2025-02-08 21:04:27 +00:00
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.