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

Exceptions reading multiple values out of a readerΒ #13

@elliot42

Description

@elliot42

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions