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.