nats client request msg - ignores replyto subject #1597
blinkinglight
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Request function mean specifically that we handle the replies and process the reply message, those functions can’t use the supplied reply subject. You should use PublishMsg() to send it un modified. |
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
-
https://github.com/nats-io/nats.go/blob/main/nats.go#L3986
https://github.com/nats-io/nats.go/blob/main/nats.go#L4011
https://github.com/nats-io/nats.go/blob/main/nats.go#L4063
https://github.com/nats-io/nats.go/blob/main/nats.go#L3952
what i expect: if i pass nats.Msg - use all of it not some parts.
Beta Was this translation helpful? Give feedback.
All reactions