Issue Description
The file src/connection.rs currently contains 992 lines, significantly exceeding the 400-line threshold specified in the coding guidelines.
Requested Action
Decompose this module into smaller, domain-focused submodules in a follow-up PR. Suggested areas for extraction:
- ActorState
- MultiPacketContext
- Event handling
Context
This issue was identified during the review of PR #403.
Related PR: #403
Requested by: @leynos
Issue Description
The file
src/connection.rscurrently contains 992 lines, significantly exceeding the 400-line threshold specified in the coding guidelines.Requested Action
Decompose this module into smaller, domain-focused submodules in a follow-up PR. Suggested areas for extraction:
Context
This issue was identified during the review of PR #403.
Related PR: #403
Requested by: @leynos