Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: conversations.list and converations.importTopicData collision #352

Closed
cb-aaron opened this issue Jun 18, 2024 · 1 comment · Fixed by #354
Closed

Bug: conversations.list and converations.importTopicData collision #352

cb-aaron opened this issue Jun 18, 2024 · 1 comment · Fixed by #354
Assignees
Labels
bug Something isn't working Group Chat - Prod

Comments

@cb-aaron
Copy link

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

@cb-aaron cb-aaron added the bug Something isn't working label Jun 18, 2024
@nplasterer nplasterer self-assigned this Jun 18, 2024
@nplasterer
Copy link
Contributor

I think this should be fixed now with #354. Let me know if you're still seeing this issue. 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Group Chat - Prod
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants