Fix sliding sync loop restarts due to expirations

Both `NotifiableEventResolver` and `DefaultNotificationDrawerManager` were creating new Rust SDK Clients while processing notifications instead of reusing the already existing one.
This commit is contained in:
Jorge Martín 2023-07-17 08:05:12 +02:00
parent b9b3d6633b
commit d69dea6608
6 changed files with 96 additions and 70 deletions

1
changelog.d/880.bugfix Normal file
View file

@ -0,0 +1 @@
Fix sliding sync loop restarts due to expirations.