YueGuobin cda5fdd94b 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 00:19:51 +08:00
..
2021-08-29 19:23:51 +09:30
2021-04-13 18:46:50 +09:30
2026-01-24 18:51:44 +08:00
2022-01-19 22:28:36 +10:30