Porthole-Project / Porthole

A window into the status of multiple services related to Plex Media Server (Plex, Couchpotato, Sickrage, Deluge, Sabnzbd+, etc.).
MIT License
28 stars 0 forks source link

Simultaneous streams can get different data #15

Open scytherswings opened 6 years ago

scytherswings commented 6 years ago

From @scytherswings on April 8, 2017 1:46

With multiple clients some data won't make it to everyone. This is due to a bug in the way I implemented the notifications controller.

Copied from original issue: scytherswings/Plex-Board#80

scytherswings commented 6 years ago

There is also a side-effect where multiple sessions will cause the database to try to write concurrently which will result in less-than-stellar results since sqlite3 can't write more than 1 thing at a time.