User-supplied TypelessObjectResolver
from MessagePack causes IAsyncEnumerable<T>
to malfunction
#961
Labels
TypelessObjectResolver
from MessagePack causes IAsyncEnumerable<T>
to malfunction
#961
When the user adds
TypelessObjectResolver
to theMessagePackFormatter
for their own user types, it breaksIAsyncEnumerable<T>
support. It seems that some types in our async enum handling get grabbed by theTypelessObjectResolver
going one direction and not the other, making it wire-incompatible.We want
TypelessObjectResolver
to never be used for our internal types.The text was updated successfully, but these errors were encountered: