doc: advice to use regular as the default connectionMode
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -37,7 +37,7 @@ The usage is pretty simple.
|
|||||||
```dart
|
```dart
|
||||||
final chatPersistentClient = StreamChatPersistenceClient(
|
final chatPersistentClient = StreamChatPersistenceClient(
|
||||||
logLevel: Level.INFO,
|
logLevel: Level.INFO,
|
||||||
connectionMode: ConnectionMode.background,
|
connectionMode: ConnectionMode.regular,
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
2. Pass the instance to the official Stream chat client.
|
2. Pass the instance to the official Stream chat client.
|
||||||
|
|||||||
Reference in New Issue
Block a user