Skip to content

Switch Emitter to use threadsafe collection for buffer #225

Description

To remove the need to synchronize the emit() function of Emitter we should investigate threadsafe collections instead of the current ArrayList as the buffer.
Care must be taken that when multiple threads are accessing Tracker.track() that we do not drop events.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions