We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const stream = myService.RunCommand(request, {}); stream.on('end', () => { console.log('this is never fired'); });
The text was updated successfully, but these errors were encountered:
Thanks for reporting @piotrkochan; the end event is a new addition that has not been included yet. Should be straight forward to add.
end
Sorry, something went wrong.
@rogchap is it fixed?
@rogchap it looks like it does not work yet
Sorry, have been too busy with another project. Are you able to create a PR for this fix?
No branches or pull requests
The text was updated successfully, but these errors were encountered: