EmbeddedChat icon indicating copy to clipboard operation
EmbeddedChat copied to clipboard

APIs are calling more than once

Open vishakha-aggarwal opened this issue 3 years ago • 3 comments

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:

  1. Send any message or react on any message
  2. 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.

vishakha-aggarwal avatar Jan 29 '23 13:01 vishakha-aggarwal

Hi, Shall I work on this issue?

bishal2059 avatar Jan 31 '23 17:01 bishal2059

@bishal2059 sure! Go ahead

sidmohanty11 avatar Jan 31 '23 18:01 sidmohanty11

hii, can I work on solving this issue ?? @vishakha-aggarwal

Pradiprajvala avatar Mar 13 '23 09:03 Pradiprajvala