-
I have the code below and after the request is returned I get the above message logged. What does this mean?
|
Beta Was this translation helpful? Give feedback.
Answered by
mtmk
Apr 15, 2024
Replies: 1 comment
-
That's to be expected. When using request response we use a subscription with max messages set to 1 since we only expect a single response. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alberk8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's to be expected. When using request response we use a subscription with max messages set to 1 since we only expect a single response.