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

fix: keep Message objects in the QueueingInterface so that they can be returned to the Python client #1624

Merged
merged 3 commits into from
Aug 11, 2024

Conversation

cpacker
Copy link
Collaborator

@cpacker cpacker commented Aug 8, 2024

keep both message objects and message api dicts in the buffer so that we can return a list of messages when needed

note: proper way to do this is probably by keeping message IDs in the buffer, and reconstructing them just before the return

… we can return a list of messages when needed
@cpacker cpacker changed the title keep both message objects and message api dicts in the buffer so that… fix: keep Message objects in the QueueingInterface so that they can be returned to the Python client Aug 8, 2024
@cpacker cpacker requested a review from sarahwooders August 11, 2024 19:02
@sarahwooders sarahwooders merged commit 40579f4 into refactor-api Aug 11, 2024
4 of 5 checks passed
@cpacker cpacker deleted the fix-error-with-message-type branch September 3, 2024 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants