diff --git a/plugins/client/grpc/grpc_pool.go b/plugins/client/grpc/grpc_pool.go index 2abdd76d..5507a9e6 100644 --- a/plugins/client/grpc/grpc_pool.go +++ b/plugins/client/grpc/grpc_pool.go @@ -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