fix(network-proxy/websocket): Improve WebSocket connection closure and update router integration

This commit is contained in:
2025-05-15 20:08:18 +00:00
parent 0e2c8d498d
commit 1a038f001f
5 changed files with 33 additions and 7 deletions

View File

@@ -500,6 +500,9 @@ export class NetworkProxy implements IMetricsTracker {
this.logger.warn('Router has no recognized configuration method');
}
// Update WebSocket handler with new routes
this.webSocketHandler.setRoutes(routes);
this.logger.info(`Route configuration updated with ${routes.length} routes and ${legacyConfigs.length} proxy configs`);
}