Re: [Freevo-devel] kaa.rpc Client channel closed bug

2009-08-17 Thread Adam Charrett
On Mon, August 17, 2009 9:38 am, Adam Charrett wrote: On Fri, August 14, 2009 5:40 pm, Jason Tackaberry wrote: On Fri, 2009-08-14 at 14:43 +0100, Adam Charrett wrote: The inprogress object yielded by this call doesn't seem to be finished even though the Channel's closed signal is fired. Are

Re: [Freevo-devel] kaa.rpc Client channel closed bug

2009-08-17 Thread Jason Tackaberry
On Mon, 2009-08-17 at 10:23 +0100, Adam Charrett wrote: Any way the fix seems to work. Good to hear. Thanks for following up. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial.

[Freevo-devel] kaa.rpc Client channel closed bug

2009-08-14 Thread Adam Charrett
This is mostly aimed at Jason and Dirk, I've been working on a new server for freevo 1 and as part of that I've been testing what happens when a previously connected rpc channel is closed just before an RPC call and I think I've found a bug with the current svn tip. Here's the sequence of

Re: [Freevo-devel] kaa.rpc Client channel closed bug

2009-08-14 Thread Jason Tackaberry
On Fri, 2009-08-14 at 14:43 +0100, Adam Charrett wrote: The inprogress object yielded by this call doesn't seem to be finished even though the Channel's closed signal is fired. Are you sure the 'closed' signal is being emitted? I don't think it is, which is the problem. This looks like a

Re: [Freevo-devel] kaa.rpc Client channel closed bug

2009-08-14 Thread Jason Tackaberry
On Fri, 2009-08-14 at 12:40 -0400, Jason Tackaberry wrote: Are you sure the 'closed' signal is being emitted? I don't think it is, which is the problem. This looks like a regression introduced in r4026. I'll try to fix this today. Actually I just committed something now. Let me know how