Closed jhenson29 closed 6 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/tag/index.js | 0 | 3 | 0.0% | ||
<!-- | Total: | 0 | 3 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 107: | -0.04% |
Covered Lines: | 472 |
Relevant Lines: | 883 |
Awesome, thanks for the fix! I'll pull this when I'm back in front of my computer today :)
Tag.unstageWriteRequest had an incorrect reference to Tag.state.tag.controllerValue
Description, Motivation, and Context
Incorrect referenced caused tag.value to be undefined in some cases. (If the same value was written to the PLC two times in a row).
How Has This Been Tested?
Tested with writes to PLC.
Screenshots (if appropriate):
Types of changes
Checklist:
[WIP] Some awesome PR title
)Related Issue
Fixes #36