Skip to content

Synchronous method calls #8

Description

@ccorcos

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions