Issue with binary deserialization of reply for NatsConnection.RequestAsync #279
Replies: 1 comment 4 replies
-
The example above works for me. Are there any project settings I need to use? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying a simple scenario of request/reply using
MemoryPack
binary serialization. Unfortunately, the library throws while trying to deserialize NATS (not Jetstream) response. It seems some kind of malformed packet deserialization. Nats Jetstream deserialization works fine withMemoryPack
in 2.0.1.Versions:
<PackageReference Include="MemoryPack" Version="1.10.0" />
<PackageReference Include="NATS.Net" Version="2.0.1" />
The code to reproduce:
Exception thrown:
Nats server trace log:
Beta Was this translation helpful? Give feedback.
All reactions