Merge branches 'develop' and 'feat/pinned' of https://github.com/GetStream/stream-chat-flutter into feat/pinned

This commit is contained in:
Deven Joshi
2021-05-31 15:44:24 +05:30
11 changed files with 290 additions and 33 deletions
@@ -100,7 +100,7 @@ class WebSocket {
/// connection unhealthy
final int reconnectionMonitorTimeout;
final _connectionStatusController =
final BehaviorSubject<ConnectionStatus> _connectionStatusController =
BehaviorSubject.seeded(ConnectionStatus.disconnected);
set _connectionStatus(ConnectionStatus status) =>