MCPcopy
hub / github.com/q191201771/lal / delHttptsSubSession

Method delHttptsSubSession

pkg/logic/group__out_sub.go:146–149  ·  view source on GitHub ↗
(session *httpts.SubSession)

Source from the content-addressed store, hash-verified

144}
145
146func (group *Group) delHttptsSubSession(session *httpts.SubSession) {
147 Log.Debugf("[%s] [%s] del httpts SubSession from group.", group.UniqueKey, session.UniqueKey())
148 delete(group.httptsSubSessionSet, session)
149}
150
151func (group *Group) delRtspSubSession(session *rtsp.SubSession) {
152 Log.Debugf("[%s] [%s] del rtsp SubSession from group.", group.UniqueKey, session.UniqueKey())

Callers 1

DelHttptsSubSessionMethod · 0.95

Calls 1

UniqueKeyMethod · 0.65

Tested by

no test coverage detected