We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hey, I just created a package syncify to wrap client method calls so they behave synchronously.
syncify
call = syncify(client.call) error, result = call('method', [argument])
That way you dont have to do the while True hack when scripting.