client icon indicating copy to clipboard operation
client copied to clipboard

Bugfix: get_response(as_json=True) now returns output

Open malcolmgreaves opened this issue 1 year ago • 0 comments

Before, the get_response method on the GRPC client was not returning valid JSON output when as_json=True was set. The if-branch was almost correct: it parsed the protobuf contents into JSON, but it was simply not returning this result.

malcolmgreaves avatar Feb 28 '24 19:02 malcolmgreaves