This repository was archived by the owner on Apr 30, 2024. It is now read-only.
1.1.3
[1.1.3] - 2023-05-17
Added
Changed
- Core: Calling
NablaClient.setCurrentUser(userId:)
when the app starts is no longer required whenNablaClient.currentUserId
returns a non-null value. - Core: The
SessionTokenProvider
might be called immediately afterNablaClient.initialize()
is called.
Fixed
- Core: Improve live updates stability. Under bad network conditions, some websocket subscription would not reconnect as expected.
- Core: Fixed watchers emitting new values when the observed object don't change.