Skip to content

Tickers update should be atomic #5835

@pan-

Description

@pan-

Description

  • Type: Bug

Bug

The function updating the current ticker value does not do it atomically, as a result concurrent updates of the ticker may corrupt the ticker value. This may happen if multiples thread read concurrently the ticker value.

Protecting the data structure from concurrent updates with a critical section may be a solution.

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