608c64e88d
This handles a bug whereby we'd run receive-whisper-messages when the user is logged out. I could not replicate locally, but a few issues are apparent from just inspecting the code: 1) there are some race-conditions on logout as we don't wait for all the filters to be removed. Changing this behaviour is non trivial and not sure if we can actually handle this completely (status-go-has-a-message->remove-filter->logout->status-go-deliver-message). 2) no error handling is made in receive-whisper-messages. This PR defensively handles both cases. Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com> |
||
---|---|---|
.. | ||
react_native | ||
test |