Open belorkar opened 1 month ago
try this https://bit.ly/4gx42eQ
you may need to install the c compiler
sorry i am not able to access this link as it is blocked due to security reason, but not sure how c compiler can help me to identify the issue.
This is easily reproducible in demo app.
we are developing chat application based on the demo app you provided, we have observed when multiple users are sending messages in same conversation, some messages are not visible in conversation while in Twilio console it is visible. when we refresh the app, all messages are visible. we have observed below event is not getting fired for all messages.
client.on("messageAdded", async (message: Message) => { console.log("EVENT FIRED AT LINE 250", message); await upsertMessage(message, upsertMessages, updateUnreadMessages);
below are the Twilio libraries we are using in our application