mirror of
https://github.com/openkmip/pykmip
synced 2026-01-01 16:13:51 +00:00
This change fixes a bug that could occur when accessing the server with multiple threads or processes. The SQLite backend by default does not support multithreading. This change updates how the SQLite backend is instantiated, preventing error generation when using multiple clients simultaenously. The server unit test suite has been updated to cover the change.