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

User-supplied TypelessObjectResolver from MessagePack causes IAsyncEnumerable<T> to malfunction #961

Open
AArnott opened this issue Sep 19, 2023 · 0 comments
Labels

Comments

@AArnott
Copy link
Member

AArnott commented Sep 19, 2023

When the user adds TypelessObjectResolver to the MessagePackFormatter for their own user types, it breaks IAsyncEnumerable<T> support. It seems that some types in our async enum handling get grabbed by the TypelessObjectResolver going one direction and not the other, making it wire-incompatible.

We want TypelessObjectResolver to never be used for our internal types.

@AArnott AArnott added the bug label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant