Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 61ac15dd authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

fix: race condition on updating cookie

- as the rootFolderSetup calls are executing concurrently, the cookie update sometime faces race-codition. As a result some requests are facing 401. We have to execute the request one after one to prevent this.

- simplify the davClient cleanup implementation
parent 29c6ce7a
Loading
Loading
Loading
Loading