Closed GoogleCodeExporter closed 9 years ago
I just took a look at the source, and slightly modified the code.
public void removeCard() throws CardException {
this.cardTerminal.waitForCardAbsent(0);
}
to
public void removeCard() throws CardException {
this.cardTerminal.waitForCardAbsent(5000); //Wait maximum 5 seconds
}
It would be probably best to have an option for this, but this workaround does
solve
my problem on the client machine.
Original comment by sbuyss...@gmail.com
on 17 Feb 2010 at 9:25
Original comment by frank.co...@gmail.com
on 9 Apr 2010 at 1:58
Original comment by frank.co...@gmail.com
on 19 Apr 2010 at 9:29
Original issue reported on code.google.com by
sbuyss...@gmail.com
on 3 Feb 2010 at 8:34