MCPcopy
hub / github.com/fatedier/frp / Done

Method Done

client/control.go:214–216  ·  view source on GitHub ↗

Done returns a channel that will be closed after all resources are released

()

Source from the content-addressed store, hash-verified

212
213// Done returns a channel that will be closed after all resources are released
214func (ctl *Control) Done() <-chan struct{} {
215 return ctl.doneCh
216}
217
218// connectServer return a new connection to frps
219func (ctl *Control) connectServer() (*msg.Conn, error) {

Callers 15

RunMethod · 0.45
keepControllerWorkingMethod · 0.45
loopLoginUntilSuccessMethod · 0.45
workerMethod · 0.45
workerMethod · 0.45
keepTunnelOpenWorkerMethod · 0.45
openTunnelMethod · 0.45
checkWorkerMethod · 0.45
runMultipleClientsFunction · 0.45
RunMethod · 0.45
workerMethod · 0.45

Calls

no outgoing calls

Tested by 1