mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-07-07 14:45:00 +00:00
Merge a231b80178
into 4af210ee8f
This commit is contained in:
commit
b117738d60
1 changed files with 0 additions and 1 deletions
|
@ -203,7 +203,6 @@ class SubprocessCLITransport(Transport):
|
|||
json_buffer += json_line
|
||||
|
||||
if len(json_buffer) > _MAX_BUFFER_SIZE:
|
||||
json_buffer = ""
|
||||
raise SDKJSONDecodeError(
|
||||
f"JSON message exceeded maximum buffer size of {_MAX_BUFFER_SIZE} bytes",
|
||||
ValueError(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue