diff --git a/client.go b/client.go index bfca98e..27e8498 100644 --- a/client.go +++ b/client.go @@ -37,7 +37,7 @@ func (m *Mbclient) closer() { <-m.t.C m.conn.Close() - m.transactionCounter = 0 + //m.transactionCounter = 0 m.wg.Done() }