- Add some defensive code to the Android version to avoid crashes.
- Fix cleanup after closing in the pure-web version.
- Don't retain messages, just let them drop.
- Wait! No! It was something different! It's aliiiiive!
- Sigh, the launchdarkly one crashes. :(
- More fixes for potential race conditions.
- Fix a compilation/import thing on Android.
- Dependency updates.
- Properly export the new configuration parameters
- Update Android implementation to use launchdarkly (haha I know)
- Pass parameters for configuring retries/timeout/etc
- Update Android implementation to use okhttp-sse
- Skip updates that come through after shutting down, to avoid a potential crash in notifying listeners
- Dependency updates.
- More iOS switching! Now using LDSwiftEventSource ;)
- Fix typo in Android build.
- Add typescript definition for
removeAllListeners()
- Always close, just in case.
- Put it back. :)
- Switch to IKEventSource on iOS.
- Fix worker threads not communicating properly on Android.
- Initial implementation.