You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
socket: refactor command processing in socket thread
Replace single-character command codes with a descriptive op_type enum,
and unify all command handlers into per-operation op_xxx() functions.
This improves clarity, type safety, and maintainability.
0 commit comments