Try mitigating unexpected logouts (#2251)
* Try mitigating unexpected logouts. Try making getting/storing session data use a Mutex for synchronization. Also added some more logs so we can understand exactly where it's failing.
This commit is contained in:
parent
e6d2e1af72
commit
b755a2584b
3 changed files with 45 additions and 15 deletions
3
changelog.d/+try-mitigating-unexpected-logouts.misc
Normal file
3
changelog.d/+try-mitigating-unexpected-logouts.misc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Try mitigating unexpected logouts by making getting/storing session data use a Mutex for synchronization.
|
||||
|
||||
Also added some more logs so we can understand exactly where it's failing.
|
||||
Loading…
Add table
Add a link
Reference in a new issue