resolve closer stuff
This commit is contained in:
parent
fb352512ec
commit
7314c79fc4
2 changed files with 4 additions and 3 deletions
|
@ -77,9 +77,9 @@ func (c Conn) Keys() (sam3.I2PKeys, error) {
|
|||
}
|
||||
|
||||
func (m Conn) Cleanup() error {
|
||||
if err := m.SAMConn.Close(); err != nil {
|
||||
return err
|
||||
}
|
||||
//if err := m.SAMConn.Close(); err != nil {
|
||||
//return err
|
||||
//}
|
||||
//if err := m.StreamSession.Close(); err != nil {
|
||||
//return err
|
||||
//}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue