@@ -15,7 +15,7 @@ import (
)
var (
- ConnMap map[string]*grpc2.ClientConn
+ ConnMap = make(map[string]*grpc2.ClientConn)
ConnLock sync.Mutex