Qihoo360 / evpp

A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
BSD 3-Clause "New" or "Revised" License
3.61k stars 946 forks source link

Bug in example UDP echo server #282

Open hadron43 opened 2 years ago

hadron43 commented 2 years ago

https://github.com/Qihoo360/evpp/blob/master/examples/echo/udpecho/main.cc#L29

I believe L29 should be after L34.