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
There seems to be a collision between client.conversations.importTopicData and client.conversations.list calls where the list call only returns 164 of my 724 conversations if called around the time importTopic data is called. This happens intermittently even if I await the importTopicData response. The full list is returned if I set a 100ms delay after importTopicData resolves.
Expected behavior
No response
Steps to reproduce the bug
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
There seems to be a collision between client.conversations.importTopicData and client.conversations.list calls where the list call only returns 164 of my 724 conversations if called around the time importTopic data is called. This happens intermittently even if I await the importTopicData response. The full list is returned if I set a 100ms delay after importTopicData resolves.
Expected behavior
No response
Steps to reproduce the bug
No response
The text was updated successfully, but these errors were encountered: