Fix batched notifications
This appears to fix notifications being sent one by one on iOS. As far as I can see, this is due to the queues swapping not resetting the queues timeouts to 0, causing the queue to be always dued for signaling after the first notification.
Merge request reports
Activity
Filter activity
added 27 commits
-
d3a2dad9...3a301289 - 22 commits from branch
videolan:master
- 79dc106b - ModificationNotifier: Explicitely reset the queues timeout
- 5cb895bf - ModificationNotifier: Don't bother checking queues without a timeout
- 8d7ed685 - ModificationNotifier: Ensure our assumptions are valid
- e3007134 - ModificationsNotifier: Update comments
- d9bceacc - unittest: Add more removal notification tests
Toggle commit list-
d3a2dad9...3a301289 - 22 commits from branch
added 6 commits
- 8ee6478d - ModificationNotifier: Explicitely reset the queues timeout
- b34f5bcb - ModificationNotifier: Don't bother checking queues without a timeout
- a642fa5f - ModificationNotifier: Ensure our assumptions are valid
- 89bc18e2 - ModificationsNotifier: Update comments
- 3ffa0a58 - unittest: Add more removal notification tests
- eae2551b - unittest: RemovalNotifier: Allow batches to be segmented
Toggle commit list
Please register or sign in to reply