Skip to content

Commit

Permalink
2024-10-02 20:40:36
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Oct 2, 2024
1 parent 225a209 commit 2b9d4ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/etch/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func (s *Server) Run() error {
for {
n, addr, err := conn.ReadFromUDP(buf)
if err != nil {
log.Println("main:", err)
break
}
log.Println(addr, string(buf[:n]))
Expand Down

0 comments on commit 2b9d4ca

Please sign in to comment.