You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update example app with the latest local SDK version
* Checkpoint commit, SSE connection up and running, need to implement the decoding and logic
* Attempt to decode the SSE data
* Initial implementation of the logic from the Kotlin implementation
* Add a SwiftUI view to the example app to show real-time updates to the flags
* Fix an issue with taking too many event stream updated-at times
* Swift lint and tidy up
* Add some unit tests for the SSEManager class and also change the reconnection logic to use a backoff timer
* Tidy and document SSEManager
* A bit of a tidy and swift linting
* Removed some commented-out code and put some back in
* Run swift format and update the swift format package
* Update FlagsmithClient/Tests/SSEManagerTests.swift
Co-authored-by: Matthew Elwell <[email protected]>
* Updated use of API Key -> env
* Remove the unnecessary Podfile.lock from the example app
---------
Co-authored-by: Matthew Elwell <[email protected]>
Requirements as per this issue.
The text was updated successfully, but these errors were encountered: