* 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
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