mirror of
https://github.com/aler9/gortsplib
synced 2025-10-04 14:52:46 +08:00
enable errcheck
This commit is contained in:
@@ -197,6 +197,7 @@ func newServerSession(
|
||||
// Close closes the ServerSession.
|
||||
func (ss *ServerSession) Close() error {
|
||||
ss.ctxCancel()
|
||||
// TODO: remove return value in next major version
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user