Hey, I just created a package `syncify` to wrap client method calls so they behave synchronously. ``` call = syncify(client.call) error, result = call('method', [argument]) ``` That way you dont have to do the while True hack when scripting.