-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Labels
Description
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 theEvent
by making it public - Let the
Event
conform to theCodable
protocol - Expose the
URLSessionDispatcher
by making it public - Add a paragraph to the Readme that explains how to implement and use a custom queue.
newmanwnewmanw