Possible error at the usage example for Golang RPC section #13023
Unanswered
humble1eenok
asked this question in
Other
Replies: 1 comment
-
@humble1eenok you are welcome to submit a PR that modifies the tutorial. The idea is to read an integer to send to the (request-reply) server, nothing particularly creative. The tutorials can be found in the website repo, and their executable versions are under |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Community Support Policy
RabbitMQ version used
4.0.3
How is RabbitMQ deployed?
Debian package
Steps to reproduce the behavior in question
For Golang RPC section in
rpc_client.go
we have these lines of code:I wonder if this supposed to be that way, because for any number of arguments greater than 2 we're getting a string of the form
"xx yyy ... nnn"
which leads to a conversion error instrconv.Atoi()
call in any case.Could you please clarify if this is intended behavior, or am I just being blind?
Beta Was this translation helpful? Give feedback.
All reactions