You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is eseentially the same issue as #53. My JSON payload is larger than 1MB thus crashing the program. I want to suggest using scanner.Err() == bufio.ErrTooLong to handle such cases.
The text was updated successfully, but these errors were encountered:
KevRiver
added a commit
to KevRiver/humanlog
that referenced
this issue
Nov 2, 2024
Hi,
This is eseentially the same issue as #53. My JSON payload is larger than 1MB thus crashing the program. I want to suggest using
scanner.Err() == bufio.ErrTooLong
to handle such cases.The text was updated successfully, but these errors were encountered: