Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
func
(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
WaitTimeout
Method · 0.80
Close
Method · 0.65
Tested by
no test coverage detected