1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-11-29 21:47:44 +02:00
This commit is contained in:
Abdul Hadi
2022-06-24 22:18:47 +04:00
committed by GitHub
parent 107bd74187
commit 9960cd1d36

View File

@@ -27,7 +27,7 @@ type streamsPool struct {
head *poolConn
// busy conns list
busy *poolConn
// the siza of list
// the size of list
count int
// idle conn
idle int