mirror of
https://github.com/status-im/status-react.git
synced 2025-02-06 08:05:55 +00:00
This commits changes the behavior to read from a signal instead of polling each filter. We receive a signal from status-go every 0.3 seconds, only if new messages are received. We receive a single signal for all the chats, and we don't dispatch anymore on every message. Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>