Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Exceptions reading multiple values out of a reader #13

Open
elliot42 opened this issue Jan 2, 2015 · 0 comments
Open

Exceptions reading multiple values out of a reader #13

elliot42 opened this issue Jan 2, 2015 · 0 comments

Comments

@elliot42
Copy link

elliot42 commented Jan 2, 2015

The format doc and Clojure implementation happily support multiple writes to a stream, i.e. multiple calls to (transit/write writer my-val). However, on these streams that have been multiple-written, transit-python appears to break reading even the first value out of the stream:

Tested on version transit-python===0.8.240-

Any plans on supporting this feature in transit-python? This would be super awesome for being able to load large seqs into Python without holding the head / realizing the whole thing into memory at once. Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants