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

support node-red v1 async send api #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

support node-red v1 async send api #48

wants to merge 1 commit into from

Conversation

cowchimp
Copy link

This PR changes the syntax of listening to incoming messages and sending outgoing messages to be asynchronous, as is the best-practice for Node-RED v1 nodes.
Backward compatibility is maintained as detailed here
https://nodered.org/blog/2019/09/20/node-done#backwards-compatibility

resolves #46

@mheap mheap changed the base branch from master to main February 2, 2021 13:32
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

Successfully merging this pull request may close these issues.

Update nodes to Node-RED v1's new input event callback
1 participant