-
Notifications
You must be signed in to change notification settings - Fork 80
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
Stomp::Client modifies given headers hash #125
Comments
Sure, a PR would be fine. I am thinking a short example of that should be possible. I would like There is no intent to modify headers. But there are really no tests for On 07/11/2016 12:47 PM, Nikolay Khasanov wrote:
|
Please close this if you are satisfied with the result. This fix is on 'dev', and will be in the next release. |
Thank you! There is one more place I found, but it's connected with listener and I'm not sure it has to be changed. Anyway it another story. |
Thanks for closing this. Since you are using Artemis I thought you might be interested in working on this: Let me know please. I understand if you are busy. |
I've realised that Client modifies given headers hash, which I think is misleading. Usually I don't expect that a method modifies parameters, until it's clear from its name (like "merge!" or "check_and_add_something"). Is it by purpose? I'm fine to submit a PR to change that.
The text was updated successfully, but these errors were encountered: