Skip to content

Instantly share code, notes, and snippets.

@miguelcardo
Created November 27, 2014 18:36
Show Gist options
  • Select an option

  • Save miguelcardo/805b2444166f235e345b to your computer and use it in GitHub Desktop.

Select an option

Save miguelcardo/805b2444166f235e345b to your computer and use it in GitHub Desktop.
Result for the entire process
// 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