stream_core 0.2.0
stream_core: ^0.2.0 copied to clipboard
Internal sdk with low-level utilities for the stream SDKs
0.2.0 #
π₯ BREAKING CHANGES #
- Renamed
AppLifecycleStateProvider
toLifecycleStateProvider
andAppLifecycleState
toLifecycleState
β¨ Features #
- Added
keepConnectionAliveInBackground
option toConnectionRecoveryHandler
- Added
unknown
state toNetworkState
andLifecycleState
enums
π Bug Fixes #
- Fixed
onClose()
not being called when disconnecting during connecting state - Fixed unnecessary reconnection attempts when network is offline
- Fixed existing connections not being closed before opening new ones
0.1.0 #
- Initial release