transactionsManager doesn't lock the manager

Issue #90 resolved
Paolo Brandoli repo owner created an issue

The locks in addTransaction(), removeTransaction() and addHandlerToTransaction() don't work because the lock object is not assigned to a variable, and therefore it is released immediately

Comments (3)

  1. Log in to comment