Add some fixes

This commit is contained in:
Asim Aslam
2019-09-04 18:46:20 +01:00
parent 46a9767648
commit b9a2f719a0
2 changed files with 49 additions and 21 deletions

View File

@@ -97,7 +97,7 @@ func (l *link) Close() error {
return nil
default:
close(l.closed)
return l.Socket.Close()
return nil
}
return nil