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

Message Rendered Event Emitting Twice per Message #151

Open
briandiaz opened this issue Oct 11, 2024 · 1 comment
Open

Message Rendered Event Emitting Twice per Message #151

briandiaz opened this issue Oct 11, 2024 · 1 comment

Comments

@briandiaz
Copy link

According to the documentation, a Message Rendered event is described as follows:

This event is emitted when the message has been fully rendered, including any animations applied to it. It occurs after the messageReceived event and is emitted only once per message.

However, in practice, this behavior is not functioning as expected. We are consistently receiving two events for the same message.

For instance: For each response, we receive one event when the rendering starts and another when it finishes. This is inconsistent with the documented behavior, as it doesn't make sense to receive two events for a single message.

See the attached sample for more details.

Sample attached:
Screenshot 2024-10-10 at 11 44 18 PM

@briandiaz
Copy link
Author

I was testing in a staging environment and this was working fine, but locally is not.
Any thoughts?

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