You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Some dynamic binding has been introduced in LoRaEngine/modules/LoRaWanNetworkSrvModule/LoraTools/IoTHubImpl/IoTHubTwinPropertiesContainer.cs.
This dynamic binding comes because this class is a partial abstraction of twin properties collection.
We must implement dedicated wrapper for twin properties that match with specifics instances of device twins to remove this dynamic binding.
However, this was not done in the #1841 because this impact a huge.
We might work to remove that in future refactor.
The text was updated successfully, but these errors were encountered:
Description
Some dynamic binding has been introduced in LoRaEngine/modules/LoRaWanNetworkSrvModule/LoraTools/IoTHubImpl/IoTHubTwinPropertiesContainer.cs.
This dynamic binding comes because this class is a partial abstraction of twin properties collection.
We must implement dedicated wrapper for twin properties that match with specifics instances of device twins to remove this dynamic binding.
However, this was not done in the #1841 because this impact a huge.
We might work to remove that in future refactor.
The text was updated successfully, but these errors were encountered: