mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
- Catch OSError alongside ConnectionError in connection processing to handle more network errors - Move client_info retrieval inside try block to prevent AttributeError on failed connections - Replace bare except with specific exceptions (OSError, ConnectionError, asyncio.TimeoutError) - Improve error logging to include specific exception details and client information