CtrEditor/Services
Miguel 1df7a24140 Implement threading optimizations and error handling improvements in MCP server and hydraulic components
- Replaced blocking Dispatcher.Invoke() calls with non-blocking Dispatcher.BeginInvoke() in MainViewModel, osBase, and ObjectManipulationManager to enhance responsiveness during simulations.
- Added checks for Dispatcher availability to prevent crashes during application shutdown.
- Implemented comprehensive error handling with try-catch blocks and logging for better debugging.
- Corrected hydraulic connection logic to use component names instead of IDs for better accuracy in osHydPump.
- Introduced methods for safe Dispatcher invocation with timeout handling in MCPServer.
- Enhanced debug logging for better traceability of errors and server status.
- Documented threading improvements and their impact on MCP stability in new markdown files.
2025-09-11 10:28:26 +02:00
..
DebugConsoleServer.cs Refactor hydraulic components: Simplify pump and tank logic, remove unused properties, and enhance flow calculations 2025-09-07 17:06:15 +02:00
LLMService.cs Mejorado la descripcion de las extracciones de Tag con Patrones 2025-02-17 13:04:21 +01:00
MCPServer.cs Implement threading optimizations and error handling improvements in MCP server and hydraulic components 2025-09-11 10:28:26 +02:00
PaddleOCRManager.cs Agregado de PaddleOCR y correccion de TagPattern 2025-03-27 14:50:51 +01:00
ScreenshotManager.cs Refactor project structure and remove unused files 2025-09-10 11:10:55 +02:00