-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the data is large, the copy data cannot be render. #254
Comments
oh, I know what happen, this Line 13 in 7e30f8d
Lines 44 to 59 in 7e30f8d
You can pass a buffer capacity here via Line 382 in 7e30f8d
Is this right? |
I suggest we remove the limit. |
A long time ago, in I think for now, the default pre-allocation of 4096 capacity, and allowing growth may be a good balance of results. I try to make a pr now :P |
use repo example debug:
Write
4100
log:Write more than 4096 characters:
The comparison shows that after the data is received, it is not written to stdout.
The text was updated successfully, but these errors were encountered: