Catch escaped debug print
This commit is contained in:
parent
2d9a822ed7
commit
0a37fac794
@ -496,7 +496,9 @@ func (c *rawConnection) pingerLoop() {
|
|||||||
}()
|
}()
|
||||||
select {
|
select {
|
||||||
case ok := <-rc:
|
case ok := <-rc:
|
||||||
|
if debug {
|
||||||
l.Debugln(c.id, "<- pong")
|
l.Debugln(c.id, "<- pong")
|
||||||
|
}
|
||||||
if !ok {
|
if !ok {
|
||||||
c.close(fmt.Errorf("ping failure"))
|
c.close(fmt.Errorf("ping failure"))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user