Open scytherswings opened 7 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
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.
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