Created
November 27, 2014 18:36
-
-
Save miguelcardo/805b2444166f235e345b to your computer and use it in GitHub Desktop.
Result for the entire process
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // we are done - send the Service Delivery Completed message | |
| cardClient.serviceDeliveryCompleted(true, sessionMap.get(sessionId).getCounter(), sessionId); | |
| // Time to remove this session from the map - it is finished! | |
| sessionMap.remove(sessionId); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment