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
Loading
Please register or sign in to comment