On Wed, Jul 29, 2009 at 1:33 AM, Ian Hickson <i...@hixie.ch> wrote:
>
>
> Yes. But that's the case anyway -- events are asynchronous, so consider
> the case of receiving two messages. Both are queued up, then eventually
> the first is dispatched. If in response to that you close the connection,
> that doesn't stop the second being dispatched, since it was already queued
> up.
>

I'd note that this conforms to the behavior of MessagePorts - close
disentangles the ports, but already-received/queued messages are still
delivered.

Reply via email to