Fix removing ended transaction id in OpenWireConnection.CommandProcessor

This commit is contained in:
Ville Skyttä 2016-07-29 19:20:44 +03:00 committed by Clebert Suconic
parent 7ce2d7c199
commit 9022a311f3
1 changed files with 1 additions and 1 deletions

View File

@ -1195,7 +1195,7 @@ public class OpenWireConnection extends AbstractRemotingConnection implements Se
} }
} }
else { else {
txMap.remove(info); txMap.remove(txID);
clearOpeartionContext(); clearOpeartionContext();
} }