Caching of the sounds is currently broken #132

Closed
opened 2025-10-28 17:06:30 +00:00 by Ghost · 0 comments
Ghost commented 2025-10-28 17:06:30 +00:00 (Migrated from code.ole.blue)

Since we just cache a AudioPlayback struct, we only populate the cache with one sound for each article.

| Website gets loaded
| Userview gets opened
| Article is bought
  | Sound get's fetched
  | Sound is put in the cache with the article id as it's key essentially

| Userview gets opened
| Same article is bought
  | Sound get's fetched from cache

No new or different sounds can get pulled from the server

Since we just cache a `AudioPlayback` struct, we only populate the cache with one sound for each article. ``` | Website gets loaded | Userview gets opened | Article is bought | Sound get's fetched | Sound is put in the cache with the article id as it's key essentially | Userview gets opened | Same article is bought | Sound get's fetched from cache ``` No new or different sounds can get pulled from the server
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Strichliste/strichliste#132
No description provided.