Skip to content

RangeError in Windows due to AtomicFixnum limit #125

@eli-darkly

Description

@eli-darkly

While looking into #124, I found that there's another Windows incompatibility. In events.rb, we're using a Concurrent::AtomicFixnum to store a millisecond timestamp value. AtomicFixnum has different maximum values depending on the system architecture, and on Windows that limit is too low for the values we're storing. This is a known issue with concurrent-ruby.

Metadata

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