go-ping / ping

ICMP Ping library for Go
MIT License
1.31k stars 344 forks source link

Delete redundant pinger.Stop() call #197

Closed chenlujjj closed 2 years ago

chenlujjj commented 2 years ago

Since it's already in

    g.Go(func() error {
        defer p.Stop()
        return p.runLoop(conn, recv)
    })