What Happened
- A single pull request addresses the root cause of mass session failures on shared-server by replacing fragile single-writer fallback behavior with safer fanout over active connections, preventing protocol events from being sent to the wrong client stream when multiple TUIs are attached; it also adds guarded handling for malformed JSON frames so one bad frame does not instantly abort all sessions.
- A single pull request addresses the root cause of mass session failures on shared-server by replacing fragile single-writer fallback behavior with safer fanout over active connections, preventing protocol events from being sent to the wrong client stream when multiple TUIs are attached; it also adds guarded handling for malformed JSON frames so one bad frame does not instantly abort all sessions.
- 1 evidence item attached for review.