On Mon, 2009-03-09 at 22:58 +0100, Dirk Meyer wrote:
> +            if callback and (not is_shutting_down() or callback.count() or 
> callback.exception.count()):
> +                # Raise an error if this happens during runtime or if
> +                # someone wants to get the result or exception.
>                  callback.throw(IOError, IOError('kaa.rpc channel closed'), 
> None)

I haven't tested, but will it still throw this error even if close() is
called on the channel?

Do we need to add something to the protocol to tell the remote end that
the channel was closed on request?



------------------------------------------------------------------------------
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to