-
I am using a go client to publish messages and nats.py to handle them: On decode line I am getting this error:
If I am not decoding, bytes look like this:
|
Beta Was this translation helpful? Give feedback.
Answered by
egorsmkv
Dec 18, 2023
Replies: 1 comment
-
That was my mistake. I have been using GobMarshaler, instead of JSONMarshaler. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
egorsmkv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That was my mistake. I have been using GobMarshaler, instead of JSONMarshaler.