refactor(socket): extract protocol handlers#4728
Draft
AlCalzone wants to merge 14 commits into
Draft
Conversation
Coverage Report for CI Build 29565570304Warning No base build found for commit Coverage: 40.578%Details
Uncovered Changes
Coverage RegressionsRequires a base build to compare against. How to fix this → Coverage Stats💛 - Coveralls |
AlCalzone
marked this pull request as draft
July 11, 2026 21:11
27 tasks
AlCalzone
force-pushed
the
alcalzone-backend-refactor-http-runtime
branch
2 times, most recently
from
July 16, 2026 05:06
1f8cc4d to
774c2e5
Compare
AlCalzone
force-pushed
the
alcalzone-backend-refactor-socket-handlers
branch
from
July 16, 2026 05:51
fc3970a to
428aa02
Compare
AlCalzone
force-pushed
the
alcalzone-backend-refactor-http-runtime
branch
from
July 16, 2026 11:54
fbbb9b9 to
f83b9ad
Compare
AlCalzone
force-pushed
the
alcalzone-backend-refactor-socket-handlers
branch
from
July 16, 2026 12:14
428aa02 to
122277f
Compare
AlCalzone
force-pushed
the
alcalzone-backend-refactor-http-runtime
branch
from
July 16, 2026 18:48
f83b9ad to
aa5a974
Compare
AlCalzone
force-pushed
the
alcalzone-backend-refactor-socket-handlers
branch
from
July 16, 2026 18:56
122277f to
ac5c083
Compare
AlCalzone
force-pushed
the
alcalzone-backend-refactor-http-runtime
branch
from
July 17, 2026 08:00
aa5a974 to
a45df40
Compare
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
AlCalzone
force-pushed
the
alcalzone-backend-refactor-socket-handlers
branch
from
July 17, 2026 08:11
ac5c083 to
b9dd3b4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves Socket.IO request handling into typed protocol modules.
Part of #4722. Stacked on #4727.