-
Notifications
You must be signed in to change notification settings - Fork 24
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
Dependencies update #32
Comments
I'm receiving these warnings when installing the node-red-contrib-azure-iot-hub package. Is this expected? |
Hi @MichelCollard - a newb question from me - how (where?) did you update the packages.json file in Linux that you mention in the first post? I understand the issue being the versioning <= which is not good. And then did you run a command to update the below somehow? azure-iot-device I'm using NodeRed on Raspian Stretch and struggling to get this NodeRedIoTHub stable.. |
You will have to make a new package and update the package.json. |
Sorry, I don't know. I didn't open the project since I posted this issue. |
An update for the dependencies would probably fix a lot of problems.
I always got the message: "Error while trying to send message:Error: AMQP Transport: Could not send" on every second message in a "batch". This happened when sending multiple message while the connection was not yet established.
Updating the following packages fixed it for me:
Is there a reason for the current way the dependencies are set up?
The text was updated successfully, but these errors were encountered: