diff --git a/poolmgr/gpm.go b/poolmgr/gpm.go index 876a39f2..6e2d675b 100644 --- a/poolmgr/gpm.go +++ b/poolmgr/gpm.go @@ -64,7 +64,6 @@ func (gpm *GenericPoolManager) service() { continue } gpm.pools[*req.env] = pool - req.responseChannel <- &response{pool: pool} } req.responseChannel <- &response{pool: pool} }