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

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

Open
belorkar opened this issue Sep 19, 2024 · 2 comments

Comments

@belorkar
Copy link

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
Copy link
Author

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
Copy link
Author

This is easily reproducible in demo app.

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

2 participants
@belorkar and others