Skip to content

HTTP Service invocation: Add native synchronous execution #564

@igorya7v

Description

@igorya7v

When the loop is already running, the following line will raise the RuntimeError: This event loop is already running:

return loop.run_until_complete(awaitable)

This happens when the following line returns an already running loop:

loop = asyncio.get_running_loop()

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions