Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix notifications are resent after each reconnection
* [FIX] All notifications are resent after each reconnection - Update the persistentIds list with the last persistentId received in each new notification. Updating so, prevents from notification duplications in case the connection is down and then up again (in this particular case the persistentIds are all re sent by the server and were tested against an outdated persistentIds list).
- Loading branch information