Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.
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

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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