microsoft / ros_azure_iothub

This repository contains a ROS node for bidirectional communication with IoT Hub
38 stars 30 forks source link

Fix missing relays append #3

Closed xinyi-joffre closed 5 years ago

xinyi-joffre commented 6 years ago

Adding append for _relays array. The save_relays function relies on the _relays array to have all of the up to date relays that have been registered.

Currently, there is nothing updating the _relays array, so an empty array overwrites the existing configuration file.

xinyi-joffre commented 6 years ago

Addresses Issue #2

Nardax commented 6 years ago

LGTM

ooeygui commented 5 years ago

Could you resolve this against the C++ codebase and issue a new pull request?