Skip to content
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

I got message "disconnected" from twilio-conversations what does it mean ? #163

Open
thaibuiminhncc opened this issue Dec 17, 2024 · 1 comment

Comments

@thaibuiminhncc
Copy link

async updateLastMsg(position) {
try {
await this.client.updateLastConsumedMessageIndex(position);
return true;
} catch (error) {
//func send error on prod
return false;
}
}

I'm using above code to updateLastMsgIndex but on my production i got error message "disconnected". Can you guy help me explain what does it mean ? The func above will be called when user focus the screen, when componentUnmount or when we have new message.
I'm using twilio-conversations 2.6.0 (newest)

@thaibuiminhncc thaibuiminhncc changed the title I got messages "disconnected" from twilio-conversations what does it mean ? I got message "disconnected" from twilio-conversations what does it mean ? Dec 17, 2024
@thaibuiminhncc
Copy link
Author

@berkus Can you help me check this you need something to check please tell me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant