Skip to content
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

Original message object should be preserved #28

Open
skylord123 opened this issue Jan 13, 2021 · 1 comment
Open

Original message object should be preserved #28

skylord123 opened this issue Jan 13, 2021 · 1 comment

Comments

@skylord123
Copy link

When a message object comes through these nodes the same message object should be modified and returned instead of creating a new message and sending that.

The reason for this is a lot of nodes will store data in other attributes that need to be read later down the flow. If you are crafting a new message object these variables will not propagate down the flow.

A good example of why this is a problem is if you wire up an http node, the Xiaomi BLE node, then a http response node the response will not be able to be sent because the request information got deleted from the message object.

image
image

@eschava
Copy link
Owner

eschava commented Jan 19, 2021

1.3.3 released with this fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants