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

Method Dispose

pkg/rtmp/client_push_session.go:103–105  ·  view source on GitHub ↗

--------------------------------------------------------------------------------------------------------------------- IClientSessionLifecycle interface --------------------------------------------------------------------------------------------------------------------- Dispose 文档请参考: IClientSessionL

()

Source from the content-addressed store, hash-verified

101
102// Dispose 文档请参考: IClientSessionLifecycle interface
103func (s *PushSession) Dispose() error {
104 return s.core.Dispose()
105}
106
107// WaitChan 文档请参考: IClientSessionLifecycle interface
108func (s *PushSession) WaitChan() <-chan error {

Callers 2

mainFunction · 0.95
mainFunction · 0.95

Calls 1

DisposeMethod · 0.65

Tested by

no test coverage detected