MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / Close

Method Close

protocol/tcp/replyClient.go:17–21  ·  view source on GitHub ↗

Close client connection

()

Source from the content-addressed store, hash-verified

15
16// Close client connection
17func (r *ReplyClient) Close() error {
18 r.Waiting.WaitTimeout(10 * time.Second)
19 _ = r.Conn.Close()
20 return nil
21}

Callers

nothing calls this directly

Calls 2

WaitTimeoutMethod · 0.80
CloseMethod · 0.65

Tested by

no test coverage detected