We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got random panic errors. Any way to fix this?
`time="2018-06-18T22:55:32+02:00" level=debug msg="Pinger iteration finished" panic: close of closed channel
goroutine 10 [running]: github.com/tatsushid/go-fastping.(*Pinger).run(0xc4202842d0, 0xc42010ce01) /usr/local/src/go/src/github.com/tatsushid/go-fastping/fastping.go:479 +0x7c4 github.com/tatsushid/go-fastping.(*Pinger).Run(0xc4202842d0, 0x0, 0x0) /usr/local/src/go/src/github.com/tatsushid/go-fastping/fastping.go:329 +0xee main.ping_hosts_single(0xc4202c2dc0) /usr/local/src/go/src/nlbhealthmonitor/main.go:261 +0xca main.is_icmp_status_ok(0xc420210081) /usr/local/src/go/src/nlbhealthmonitor/main.go:217 +0x37 `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Got random panic errors. Any way to fix this?
`time="2018-06-18T22:55:32+02:00" level=debug msg="Pinger iteration finished"
panic: close of closed channel
goroutine 10 [running]:
github.com/tatsushid/go-fastping.(*Pinger).run(0xc4202842d0, 0xc42010ce01)
/usr/local/src/go/src/github.com/tatsushid/go-fastping/fastping.go:479 +0x7c4
github.com/tatsushid/go-fastping.(*Pinger).Run(0xc4202842d0, 0x0, 0x0)
/usr/local/src/go/src/github.com/tatsushid/go-fastping/fastping.go:329 +0xee
main.ping_hosts_single(0xc4202c2dc0)
/usr/local/src/go/src/nlbhealthmonitor/main.go:261 +0xca
main.is_icmp_status_ok(0xc420210081)
/usr/local/src/go/src/nlbhealthmonitor/main.go:217 +0x37
`
The text was updated successfully, but these errors were encountered: