fix #122 (closed)
Problem was a non-atomic operation (integer decrement). Concurrent reading thread would fail to decrement the acquired
counter. See code annotations.
Please use b2faf630 to see failing tests. Please use 9b85d817 for fixed DatabaseAccessManager
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.