Skip to content
Commit 116ee0a5 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Fix handling of collectionChanged() in AgentBase

Since both overloads get called by Monitor, the first one would realize
the second one is implemented and instead of ignoring the change it would
call changeProcessed(). When the second overload gets called and dispatches
an actual task, when the task finished and called changeProcessed(), it
had effectively skipped a task, breaking the delicate Resource state machine

BUG: 403642
FIXED-IN: 5.11
parent a5805b38
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment