EmbeddedChat
EmbeddedChat copied to clipboard
APIs are calling more than once
Description:
Whenever any user performs any functionality in EmbeddedChat, the getMessage API is called more than once which eventually results in status code 429 due to multiple requests. This issue might act as a blocker in implementing more features in the future.
Steps to reproduce:
- Send any message or react on any message
- Do this multiple times
Expected behavior:
The getMessage API should be called only once instead of calling itself multiple times.
Actual behavior:
The API is calling multiple times due to which after some operations we get status code 429.

Hi, Shall I work on this issue?
@bishal2059 sure! Go ahead
hii, can I work on solving this issue ?? @vishakha-aggarwal