Commit Graph

5 Commits

Author SHA1 Message Date
Chris Ameter a30674350d feat: add swift concurrency (async/await) support for async interceptors (#85)
Co-authored-by: Ian Saultz <52051793+atierian@users.noreply.github.com>
2022-05-25 15:42:46 -06:00
Michael Law 15abd9c04b
feat: Attempt to reconnect on connectivity (#58)
* feat: Attempt to reconnect on connectivity

* Add testing

* nil out monitor

* update header file after rebased with swiftformat

* remove nil-ing out network monitor

* merge new connection timer code
2022-02-22 10:45:35 -05:00
Michael Law 708c9a4ed0
chore: remove year from file header (#59) 2022-02-02 13:15:05 -05:00
Michael Law b80fa4d265
feat: disconnect on last subscription, fix data races (#46)
* feat: disconnect on last subscription, fix data races

* add more testing, and add changelog
2021-05-02 10:47:12 -07:00
Tim Schmelter 74c5079ecd
fix: Fix stale connection handling upon resume from background (#25)
Additional work:
- chore: Add SwiftLint and SwiftFormat build tools to all targets except HostApp
- chore: Fixed formatting & linting
- chore: Add interactive app to test subscribe, unsubscribe and disconnect behavior from clients
- chore: Add unit tests for RealTimeConnectionProvider
- chore: Add CountdownTimer support class
2020-07-31 12:47:58 -07:00