rChore shows no tasks if we query for tasks after access_token has expired
DarthBenro008 opened this issue · 0 comments
DarthBenro008 commented
- rChore shows
No tasks
if we query after access_token has expired. - The subsequent query shows correct tasks (wrong results for first time after token expiry)
Relevant Code:
rchore/src/service/google_tasks.rs
Lines 57 to 69 in 6acf0cd
Solution:
- Create a middleware cache check in
GoogleApiClient