-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline Mode Chat Issues: Message Sending Errors and Unnecessary API Calls #2737
Labels
Comments
Could you please provide more details on how you are handling the client? |
I have stacked my chat component around stack screens as below:
then i am handling client. connect method in my
and also i have declared chat client into my seperate stream class like below:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey Guys,
I have enabled offline support by adding the
enableOfflineSupport
prop to the chat component, and I am able to retrieve channels while offline. I have also added a database logger to track the queries for each operation. However, my problem arises when using the chat in offline mode. It is not sending messages and is throwing errors. Additionally, the event API is triggered for every word I type, which should be ignored while in offline mode. How can I fix these issues? Please help me with this.Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-10-29.at.10.46.59.mp4
The text was updated successfully, but these errors were encountered: