Skip to content

Enable custom Queues #137

@brototyp

Description

@brototyp

Right now Events are lost if the application terminates because they are stored in the MemoryQueue which stores them all in memory only. To enable users to add a custom queue we would have to:

  • Expose the uuid of the Event by making it public
  • Let the Event conform to the Codable protocol
  • Expose the URLSessionDispatcher by making it public
  • Add a paragraph to the Readme that explains how to implement and use a custom queue.

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