[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
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch
           Severity|normal                      |blocker

--- Comment #2 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-12-07 23:38:56 UTC ---
Why is this a problem? Seems pretty reasonable to me. Implementations should be
allowed to implement all message channels by routing messages through a central
dispatch process, and if we do that there's no way to really make channels that
happen to have both ports in one process magically be ordered relative to each
other.

-- 
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 Wednesday, 7 December 2011 23:38:58 UTC