-
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
uuidof theEventby making it public - Let the
Eventconform to theCodableprotocol - Expose the
URLSessionDispatcherby making it public - Add a paragraph to the Readme that explains how to implement and use a custom queue.
newmanwnewmanw