-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong response message when using "requestResponse" method (send message to self). #390
Comments
@smyrgeorge Hi, thanks for reporting. We will look into this till FRI. |
Just forgot to mention that I'm using the |
Honestly I don't remember what's
it's ok, but this handler must be activated upon receive of some message, question is - where do you send this message to cluster with non-null correlationId and header |
I just tried the version I'm sending the message to the node that sent the |
Can you rewrite example in java. It's hard to understand what' going on, for example this line:
How it's going to work? |
Actually that's true. The interface does not contain the method I think it's a discontinued feature, so I guess you can also close this issue. Thanks a lot. |
Hello!
I was just playing around and I think I encountered a bug.
The problem is when we make use of the
requestResponse
method in order to send messages to our self (acting like a node).The code correctly waits for the response, although it does not return the right response message.
For details just take a look at the following example (kotlin).
println(res)
does not print "Pong!"The above code can be found here.
Here is the output for the code above:
Am I missing something?
Thanks a lot!
The text was updated successfully, but these errors were encountered: