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

return generated Event-UUID when executing a FSW application #51

Merged
merged 2 commits into from
Oct 30, 2015

Conversation

davehorton
Copy link
Contributor

No description provided.

…ng/matching of requests to associated events
@@ -710,6 +714,8 @@ Connection.prototype._doExec = function(uuid, cmd, args, cb) {
}

this.send('sendmsg ' + uuid, args);

return eventUuid ;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of creating an extra var here, just return args['Event-UUID'];

@davehorton
Copy link
Contributor Author

any chance you can look at this and either accept, comment further, or reject?

@englercj
Copy link
Owner

👍 Sorry, didn't know it updated. Github only notifies on comments not commits :(

I'll release this to npm in a bit when I am at my home machine.

englercj added a commit that referenced this pull request Oct 30, 2015
return generated Event-UUID when executing a FSW application
@englercj englercj merged commit ea39286 into englercj:master Oct 30, 2015
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.

2 participants