azure-functions-rs
azure-functions-rs copied to clipboard
include signalr runtime must be installed
What is the goal of this pull request?
To update the docs to inform users they need to install the signalr extension.
What does this pull request change?
the signalr example readme.
What work remains to be done?
N/A
Do you consider it adequately tested?
YES
Related Issues
Notes
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @demoray on file. In order for us to review and merge your code, please contact the project maintainers to get yourself added.
Hmm, the extension should automatically be installed when running an application that makes use of SignalR bindings.
Did you run into problems running the application?
@cla-bot check
The cla-bot has been summoned, and re-checked this pull request!
Did you run into problems running the application?
Yes. I had to install them by hand, which lead me to making the PR
Weird, I wonder if it's because 1.1.0 is out. I don't believe I ever explicitly installed the extension while developing the SignalR bindings.
Without the extension installed and after running cargo func run -r /tmp/foo, does /tmp/foo contain **/*SignalR*.dll?