hankhero / cl-json

Json encoder and decoder for Common-Lisp
Other
76 stars 39 forks source link

Connection broken by remote peer when open large file #34

Closed C-Entropy closed 2 years ago

C-Entropy commented 2 years ago

When using emacs+slime:

(cl-json:decode-json-from-source (pathname "/path/to/test.json"))

will give

Connection broken by remote peer when open large file

when open large file(14M) file link while in sbcl(terminal) it is ok.

rpgoldman commented 2 years ago

This really is a SLIME issue, and not an issue with CL-json

--
Robert P. Goldman

On November 10, 2021 at 01:43:04, C-Entropy @.**@.)) wrote:

When using emacs+slime:

(cl-json:decode-json-from-source (pathname "/home/null/test.json"))

will give

Connection broken by remote peer when open large file

when open large file(14M) while in sbcl(terminal) it is ok.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub(https://github.com/hankhero/cl-json/issues/34), or unsubscribe(https://github.com/notifications/unsubscribe-auth/AAAAZSXYFJOY7ZSE2Z2GMF3ULIPARANCNFSM5HXF6KTQ). Triage notifications on the go with GitHub Mobile for iOS(https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or Android(https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub).

C-Entropy commented 2 years ago

Okay, then I think this could just be close.