twilio / twilio-conversations-demo-react

Twilio Conversations Demo Web Application
MIT License
98 stars 309 forks source link

When multiple user send messages few of them do not received on chat window #160

Open belorkar opened 1 month ago

belorkar commented 1 month ago

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 image

belorkar commented 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.

belorkar commented 1 month ago

This is easily reproducible in demo app.