freevo / kaa-base

Kaa.base is an LGPL-licensed generic Python application framework with an emphasis on asynchronous programming. (dead)
GNU Lesser General Public License v2.1
9 stars 7 forks source link

Fix bug in last commit to rpc.py #4

Closed charrea6 closed 12 years ago

charrea6 commented 12 years ago

I had checked status in Channel when rpc was called, but this is only available for Client not Channels that are created by the server when a client connects to it. I've changed this to check the connected property instead.