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: do not require Arc for handler factory #202

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

sunng87
Copy link
Owner

@sunng87 sunng87 commented Sep 19, 2024

We just have too much Arc wrappers required for process_socket and in some case it's totally not necessary. This change removes requirement for Arc and make it optional only when you are using a stateless handler.

@sunng87 sunng87 merged commit 312210e into master Sep 20, 2024
6 checks passed
@sunng87 sunng87 deleted the refactor/remove-unneeded-arc branch September 20, 2024 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant