Clear all connections (for shutdown/testing). WARNING: Does not send close messages or cleanup properly. Use Backend.closeAllConnections() for proper shutdown.
Get count of active connections.
Number of active connections
Get an Interactive by socket ID.
Socket ID to look up
Interactive or undefined if not found
Get all socket IDs.
Array of socket IDs
Check if a socket ID has an active connection.
Socket ID to check
True if connection exists
Remove and destroy an Interactive connection.
Socket ID to remove
True if Interactive was found and removed
StaticgetGet the singleton instance.
ConnectionManager - Singleton for connection state management.