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
Feature: Added HasWebsocketEvents field to the Orchestrator Host API, providing clients with a reliable source of truth for real-time event capabilities.
Improvement: Optimized database performance by implementing lightweight status updates for WebSocket events, avoiding full record rewrites.
Fix: Enhanced connection reliability by tying the "Connected" status strictly to verified pong responses rather than just TCP connection establishment.
Fix: Resolved delay in reconnection events by triggering an immediate ping upon connection, ensuring instant status updates.
Improvement: Refactored connection monitoring to automatically detect and handle stale WebSocket connections without redundant network traffic.
0 commit comments