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
searchMessages function is invoked repeatedly after the user stops typing in the search Messages input box, causing multiple API calls, which may lead to increased server load and decreased performance.
Steps to reproduce:
Click on the three dots at the header section -> Click on Search Messages
Open the browser developer console -> search for some message
In the Networks tab, you can see the Multiple API calls being made
Expected behavior:
After the user stops typing, searchMessages should be called only once after the specified debounce delay (e.g., 500ms).
Actual behavior:
After typing stops, searchMessages continues to be called repeatedly, resulting in multiple unnecessary API requests.
Description:
searchMessages
function is invoked repeatedly after the user stops typing in the search Messages input box, causing multiple API calls, which may lead to increased server load and decreased performance.Steps to reproduce:
Expected behavior:
After the user stops typing, searchMessages should be called only once after the specified debounce delay (e.g., 500ms).
Actual behavior:
After typing stops, searchMessages continues to be called repeatedly, resulting in multiple unnecessary API requests.
EmbeddedChat._.Simple.-.Simple.Storybook.-.Brave.2024-10-31.15-49-29.mp4
The text was updated successfully, but these errors were encountered: