Fix removing ended transaction id in OpenWireConnection.CommandProcessor
This commit is contained in:
parent
7ce2d7c199
commit
9022a311f3
|
@ -1195,7 +1195,7 @@ public class OpenWireConnection extends AbstractRemotingConnection implements Se
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
txMap.remove(info);
|
txMap.remove(txID);
|
||||||
clearOpeartionContext();
|
clearOpeartionContext();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue