It works fine with positive signals, but when a signal is negative on one wire, it gets ignored.
Working example:
Red: 2
Green: 5
Output on both red and green: 10
Failing example:
Red: -2
Green: 5
Output on both red and green: 0/none
Is this something you could fix?