Closed ivard closed 5 years ago
This fix prevents that the client is initialized twice. This led to the error that the database cannot be opened the second time, because it was still open in the first instance.
This will fix the problem, but really doesn't address the root of the problem, but that's fine for now.
This fix prevents that the client is initialized twice. This led to the error that the database cannot be opened the second time, because it was still open in the first instance.