Thanks for bringing this up. I just tested addItemToSync using different
sets of fillParameters.I had fill(collection1, "abc") and
fill(collection, "123"); I called with "abc", I got a message event and
the "abc" filled collection updated(not the "123 filled collection"). It
was correct. I called with "123", nothing happened on "abc" filled
collection. It was correct.I call dst.addItemToFill(destination,
["ijk"], 0, item); I thought I was not going to get any message event,
but I did. I am going...