mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
yet more debugging
This commit is contained in:
parent
f0bd40ff68
commit
5e3959f1d0
4 changed files with 72 additions and 73 deletions
|
@ -183,7 +183,7 @@ func (p *peer) linkLoop() {
|
|||
}
|
||||
p.sendSwitchMsg()
|
||||
case _ = <-tick.C:
|
||||
break // FIXME disabled the below completely to test something
|
||||
//break // FIXME disabled the below completely to test something
|
||||
pdinfo := p.dinfo // FIXME this is a bad workarond NPE on the next line
|
||||
if pdinfo != nil {
|
||||
dinfo := *pdinfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue