chore: update readme to suggest using regular connectionMode.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -196,7 +196,7 @@ import 'package:stream_chat_persistence/stream_chat_persistence.dart';
|
|||||||
|
|
||||||
final chatPersistentClient = StreamChatPersistenceClient(
|
final chatPersistentClient = StreamChatPersistenceClient(
|
||||||
logLevel: Level.INFO,
|
logLevel: Level.INFO,
|
||||||
connectionMode: ConnectionMode.background,
|
connectionMode: ConnectionMode.regular,
|
||||||
);
|
);
|
||||||
|
|
||||||
final client = StreamChatClient(
|
final client = StreamChatClient(
|
||||||
|
|||||||
Reference in New Issue
Block a user