doc: advice to use regular as the default connectionMode

Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
Sahil Kumar
2023-05-05 01:27:06 +05:30
committed by xsahil03x
parent 91a378f720
commit 167d60dcac
+1 -1
View File
@@ -37,7 +37,7 @@ The usage is pretty simple.
```dart
final chatPersistentClient = StreamChatPersistenceClient(
logLevel: Level.INFO,
connectionMode: ConnectionMode.background,
connectionMode: ConnectionMode.regular,
);
```
2. Pass the instance to the official Stream chat client.