Account concurrency fixes for debit, maxDebit and GetMaxSessionDuration

This commit is contained in:
DanB
2017-03-20 15:37:14 +01:00
parent b9be89d8f6
commit 0563a4c6b2
4 changed files with 237 additions and 210 deletions

View File

@@ -110,7 +110,6 @@ func (guard *GuardianLock) Guard(handler func() (interface{}, error), timeout ti
case reply = <-rplyChan:
}
}
guard.unlockItems(itmLocks)
return
}