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:
Jorge Martin Espinosa 2024-01-18 16:22:25 +01:00 committed by GitHub
parent e6d2e1af72
commit b755a2584b
3 changed files with 45 additions and 15 deletions

View 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.