Hello team, I wanted to inquire about the possibility of adding support for handling sessions in a multi threaded application.
An example of this can be found in the python-pcks11 library.
Since we use this library for its better compatibility with the Thales network HSM, but we faced an issue when using multiple threads with gunicorn we would get the error code CKR_OPERATION_ACTIVE since the thread tried to use a session that was already in use.