Skip to content

Implement WebSocket ping/pong keepalive #254

Description

@gita-agents

The WebSocket receive loop at backend/app/realtime/init.py:105 uses a 5-minute timeout without sending keepalive/ping messages, leading to silent disconnections where clients believe they are connected. Implement periodic ping/pong messages or shorter timeout with explicit keepalive handling.

Files to modify: backend/app/realtime/__init__.py

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions