Hi,
A couple of bugs have been found in the 1.1.0 version of PC/SC. In
response I will release a 1.1.1 version the end of next week. One notable
bug is that if you EstablishContext, Release, and then Establish again you
get a service unavailable. If your program has this behavior comment out
line: 1986
SCardCleanupClient();
Basically the file descriptor was closed at the client which made the
server think the client had died and it would cleanup - the client would
then try to reuse the port and could not. Please send any other issues.
The file descriptor will be cleaned by the OS when the application exits.
The other possibility is to start the session and close it each time
Establish/Release is called but this is a common thing and can be
expensive.
Best Regards,
Dave
***************************************************************
Unix Smart Card Developers - M.U.S.C.L.E.
(Movement for the Use of Smart Cards in a Linux Environment)
http://www.linuxnet.com/
To unsubscribe send an email to [EMAIL PROTECTED] with
unsubscribe sclinux
***************************************************************