<br><div class="gmail_quote">On Wed, Jul 29, 2009 at 1:33 AM, Ian Hickson <span dir="ltr"><<a href="mailto:ian@hixie.ch">ian@hixie.ch</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">
<br>
</div>Yes. But that's the case anyway -- events are asynchronous, so consider<br>
the case of receiving two messages. Both are queued up, then eventually<br>
the first is dispatched. If in response to that you close the connection,<br>
that doesn't stop the second being dispatched, since it was already queued<br>
up.<br>
<div class="im"></div></blockquote><div><br></div><div>I'd note that this conforms to the behavior of MessagePorts - close disentangles the ports, but already-received/queued messages are still delivered. </div></div>