Poolmgr bugfix -- remove double response on the same channel
This commit is contained in:
@@ -64,7 +64,6 @@ func (gpm *GenericPoolManager) service() {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
gpm.pools[*req.env] = pool
|
gpm.pools[*req.env] = pool
|
||||||
req.responseChannel <- &response{pool: pool}
|
|
||||||
}
|
}
|
||||||
req.responseChannel <- &response{pool: pool}
|
req.responseChannel <- &response{pool: pool}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user