fix: hang when reloading keys

This commit is contained in:
James Houlahan
2020-06-22 10:19:13 +02:00
parent 012be60311
commit ec224a962f
2 changed files with 8 additions and 1 deletions

View File

@ -34,6 +34,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
* GODT-422 Fix element not found (avoid listing credentials, prefer getting).
* GODT-404 Don't keep connections to proxy servers alive if user disables DoH.
* Ensure DoH is used at startup to load users for the initial auth.
* Issue causing deadlock when reloading users keys due to double-locking of a mutex.
## [v1.2.7] Donghai-hotfix - beta (2020-05-07)