MCPcopy
hub / github.com/rclone/rclone / closeWebsocket

Method closeWebsocket

backend/cache/plex.go:105–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103}
104
105func (p *plexConnector) closeWebsocket() {
106 p.runningMu.Lock()
107 defer p.runningMu.Unlock()
108 fs.Infof("plex", "stopped Plex watcher")
109 p.running = false
110}
111
112func (p *plexConnector) websocketDial() (*websocket.Conn, error) {
113 u := strings.TrimRight(strings.Replace(strings.Replace(

Callers 2

listenWebsocketMethod · 0.95
NewFsFunction · 0.80

Calls 3

InfofFunction · 0.92
LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected