-
-
Notifications
You must be signed in to change notification settings - Fork 71
Complete Babylon WebSocket lifecycle and frame fidelity #244
Copy link
Copy link
Open
Labels
area/testingAutomated verification, UI tests, and workflow regression coverageAutomated verification, UI tests, and workflow regression coveragearea/traffic-captureCapture lifecycle, request list, inspector, and high-volume traffic UXCapture lifecycle, request list, inspector, and high-volume traffic UXarea/websocketWebSocket capture, inspection, and related UXWebSocket capture, inspection, and related UXenhancementNew feature or requestNew feature or requestmacosApplies to macOS platform behaviorApplies to macOS platform behaviornetworkingProxy, capture, transport, and networking behaviorProxy, capture, transport, and networking behaviorpriority/p1High-priority work with clear user or project impactHigh-priority work with clear user or project impactprotocol-supportProtocol-specific inspection or capture supportProtocol-specific inspection or capture supportroadmapPublic roadmap item or roadmap-tracked workPublic roadmap item or roadmap-tracked workstatus/plannedAccepted and planned for a future iterationAccepted and planned for a future iteration
Description
Metadata
Metadata
Assignees
Labels
area/testingAutomated verification, UI tests, and workflow regression coverageAutomated verification, UI tests, and workflow regression coveragearea/traffic-captureCapture lifecycle, request list, inspector, and high-volume traffic UXCapture lifecycle, request list, inspector, and high-volume traffic UXarea/websocketWebSocket capture, inspection, and related UXWebSocket capture, inspection, and related UXenhancementNew feature or requestNew feature or requestmacosApplies to macOS platform behaviorApplies to macOS platform behaviornetworkingProxy, capture, transport, and networking behaviorProxy, capture, transport, and networking behaviorpriority/p1High-priority work with clear user or project impactHigh-priority work with clear user or project impactprotocol-supportProtocol-specific inspection or capture supportProtocol-specific inspection or capture supportroadmapPublic roadmap item or roadmap-tracked workPublic roadmap item or roadmap-tracked workstatus/plannedAccepted and planned for a future iterationAccepted and planned for a future iteration
Type
Projects
- StatusShow more project fieldsPlanned
Description
Complete the WebSocket contract between Babylon and Rockxy so instrumented connections preserve frame order, direction, opcode, limits, and termination state from task creation through close or failure.
This work is specific to instrumented-client intake and complements the native proxy WebSocket lifecycle and inspector work.
Use Case
A developer should be able to inspect an instrumented WebSocket connection from its earliest queued frame through normal or abnormal termination without missing frames or seeing misleading ping, pong, or close information.
Proposed Solution
Alternatives Considered
Acceptance Criteria
Related Public Work