* 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.
3 lines
182 B
Text
3 lines
182 B
Text
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.
|