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

Method Close

server/proxy/xtcp.go:95–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func (pxy *XTCPProxy) Close() {
96 pxy.closeOnce.Do(func() {
97 pxy.BaseProxy.Close()
98 pxy.rc.NatHoleController.CloseClient(pxy.GetName())
99 close(pxy.closeCh)
100 })
101}

Callers

nothing calls this directly

Calls 4

DoMethod · 0.65
CloseMethod · 0.65
CloseClientMethod · 0.65
GetNameMethod · 0.65

Tested by

no test coverage detected