Closed liamhuber closed 1 year ago
I suspect this comes from using port.update(val) instead of port.val = val in the node controller in #177.
port.update(val)
port.val = val
I suspect this comes from using
port.update(val)
instead ofport.val = val
in the node controller in #177.