Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor services into actors #507

Open
Uncommon opened this issue Jun 17, 2024 · 0 comments
Open

Refactor services into actors #507

Uncommon opened this issue Jun 17, 2024 · 0 comments
Labels

Comments

@Uncommon
Copy link
Owner

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.Service instead of deriving from it (also good for moving away from Siesta)
  • Behavior of BasicAuthService must be factored out instead of being a base class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant