We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 494a89b commit 3211b13Copy full SHA for 3211b13
internal/pool/conn.go
@@ -41,7 +41,7 @@ func generateConnID() uint64 {
41
42
type Conn struct {
43
// Connection identifier for unique tracking
44
- id uint64 // Unique numeric identifier for this connection
+ id uint64
45
46
usedAt int64 // atomic
47
0 commit comments