mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-12 02:01:57 +08:00
fix bug of recover early
This commit is contained in:
@@ -19,7 +19,6 @@ func (mqpp *mysqlQueryPiecePool) Enqueue(pmqp *PooledMysqlQueryPiece) {
|
||||
mqpp.lock.Lock()
|
||||
defer mqpp.lock.Unlock()
|
||||
|
||||
|
||||
mqpp.queue <- pmqp
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user