Update subprocess_cli.py

This commit is contained in:
Alden Olivero 2025-06-18 11:32:16 +05:30 committed by GitHub
parent f73b7c60fe
commit 896679f58e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -198,6 +198,7 @@ class SubprocessCLITransport(Transport):
logger.warning("JSON buffer exceeded 1MB limit. Discarding buffered data: %s", json_buffer[:200])
json_buffer = ""
continue
try:
data = json.loads(json_buffer)
yield data