-
Notifications
You must be signed in to change notification settings - Fork 53
Refactor services into actors #507
Copy link
Copy link
Open
Labels
Description
There are a bunch of concurrency warnings around how the various Service objects are used. To resolve this, they should be converted to actors.
- Contain
Siesta.Serviceinstead of deriving from it (also good for moving away from Siesta) - Behavior of
BasicAuthServicemust be factored out instead of being a base class
Reactions are currently unavailable