1 Commits

Author SHA1 Message Date
8fbead4274 Don't reset transactionID when reopening TCP connection 2023-03-05 21:33:04 +01:00

View File

@@ -37,7 +37,7 @@ func (m *Mbclient) closer() {
<-m.t.C
m.conn.Close()
m.transactionCounter = 0
//m.transactionCounter = 0
m.wg.Done()
}