Skip to content

Refactor ServerProtocolHandlerFactory so it's constructing less of it…#143

Merged
ChadSikorra merged 1 commit into
FreeDSx:mainfrom
ChadSikorra:upgrade/refactor-protocol-factory
May 25, 2026
Merged

Refactor ServerProtocolHandlerFactory so it's constructing less of it…#143
ChadSikorra merged 1 commit into
FreeDSx:mainfrom
ChadSikorra:upgrade/refactor-protocol-factory

Conversation

@ChadSikorra
Copy link
Copy Markdown
Contributor

Refactoring ServerProtocolHandlerFactory so it's constructing less of its dependencies. Moved more of it to the container. Not much more I can do here because some of this is state dependent so I have to be careful about what comes from the container and what does not. This does mean ProtocolHandlerProvider now has a lot of dependencies, but at least that chain is now constructed in the correct spot. There isn't a great way to avoid it.

…s dependencies. Moved more of it to the container.
@ChadSikorra ChadSikorra merged commit a9ccdef into FreeDSx:main May 25, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant