News

The SDK's json.loads(line_str) fails when receiving partial/truncated JSON from subprocess. The message gets cut off at character 130, causing parsing to fail. Add proper JSON validation and buffering ...