Skip to content

Fix FIFO usage

Elvis Angelaccio requested to merge work/fix-fifo-usage into master

m_propriorityQueue and m_queue are used as FIFO queues, so we need to use takeFirst() instead of takeLast() when removing elements from the queue.

While at it, add a comment so that we will remember these are FIFO queues.

@meven

Merge request reports