mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-18 15:23:51 +01:00
- Updated error handling in the UDP server to ignore io.EOF errors when reading from client connections. - Added a check to return early if no bytes are read from the client connection. - Ensured proper closure of tcpListener in the main.go file during cancellation.