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
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:
The text was updated successfully, but these errors were encountered:
According to the documentation, a Message Rendered event is described as follows:
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:
The text was updated successfully, but these errors were encountered: