[Bug 15063] each MessageChannel acts as its own task source. This means that messages sent using this function are not guaranteed to execute in order, since the order task sources are processed isn't specified.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15063

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #6 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-12-09 23:06:38 UTC ---
Hmmm... So you're saying the order should be defined only amongst ports that
have been created by a MessageChannel and not yet ever been sent over another
channel...

I guess we can do that, though it'll be really convoluted to spec...

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 9 December 2011 23:06:40 UTC