YueGuobin ffcfa4ccb1
feat(telnet_server): improve error handling and connection management
- 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
2026-03-15 23:07:06 +08:00
..
2026-01-28 16:52:30 +08:00
2025-04-21 17:15:22 +07:00
2024-04-22 18:51:29 +07:00
2025-11-17 11:26:06 +10:00
2015-01-13 17:05:26 -07:00
2026-01-28 17:00:07 +08:00
2024-01-28 12:13:07 +11:00
2026-01-24 18:51:44 +08:00
2026-02-24 21:21:03 +08:00