Skip to content

thread-safety #183

Open
Open
@vzaliva

Description

Currently, yojson is not safe to use within domains, causing random Stdlib.Queue.Empty exceptions. The reason is that it is using Format, which uses a shared state by default.

The format issue was addressed in part by ocaml/ocaml#10453, but it requires code changes.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions