1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-03 15:22:30 +02:00
This commit is contained in:
Abdul Hadi 2022-06-24 22:18:47 +04:00 committed by GitHub
parent 107bd74187
commit 9960cd1d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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