You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to enable offline storage StreamChatPersistenceClient when using StreamChannelListView, but I'm encountering an issue where there is significant lag during the initial loading of the channels.
This issue occurs when there are numerous channels and chats present.
Steps to reproduce
Enable offline storage with `StreamChatPersistenceClient` and then attempt to display channels using `StreamChannelListView`.
final client = Get.put(StreamChatClient(AppConfig.instance.streamApiKey, logLevel: Level.OFF));
client.chatPersistenceClient = StreamChatPersistenceClient(
connectionMode: ConnectionMode.background,
logLevel: Level.INFO,
);
- [X] I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Which packages are you using?
stream_chat_persistance
On what platforms did you experience the issue?
iOS, Android
What version are you using?
6.10.0
What happened?
I'm attempting to enable offline storage
StreamChatPersistenceClient
when usingStreamChannelListView
, but I'm encountering an issue where there is significant lag during the initial loading of the channels.This issue occurs when there are numerous channels and chats present.
Steps to reproduce
The text was updated successfully, but these errors were encountered: