Fix Various Bugs Associated with Profile Start Up / Restart #515

Merged
sarah merged 5 commits from startupbugs into master 2023-05-16 23:21:41 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit bc522b57c1 - Show all commits

View File

@ -374,6 +374,7 @@ func (e *engine) peerWithOnion(onion string) {
return
}
log.Debugf("PeerWithOnion something went very wrong...%v %v", onion, err)
conn.Close()
e.ignoreOnShutdown(e.peerDisconnected)(onion)
} else {
log.Debugf("PeerWithOnion %v %v", onion, err)