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 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)
The text was updated successfully, but these errors were encountered:
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
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)
The text was updated successfully, but these errors were encountered: