Currently these functions only log errors and return just the result. (happens in _parse_scalar_response) This means that errors don't reach RPC callers. This matches the get_point and set_point APIs, but these functions also sometimes feed multiple read and write calls. The serialized errors should be returned. Removal and logging of errors should happen in the interface.
Currently these functions only log errors and return just the result. (happens in _parse_scalar_response) This means that errors don't reach RPC callers. This matches the get_point and set_point APIs, but these functions also sometimes feed multiple read and write calls. The serialized errors should be returned. Removal and logging of errors should happen in the interface.