mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-04-08 19:25:06 +02:00
This change fixes a minor bug with the client shutdown routine, where an error would get thrown when attempting to call shutdown on an unconnected socket. This error is now caught and suppressed, since the client is already shutting down. A new client unit test is included to cover this change.