There was a blocking issue caused by an await call inside a Promise Context.
It was easily fixed by draining the context queue when iterating the future.
The newly added test test_await_in_context in tests/test_awaitable_35.py might showcase better this issue :)
There was a blocking issue caused by an await call inside a Promise Context. It was easily fixed by draining the context queue when iterating the future.
The newly added test
test_await_in_context
in tests/test_awaitable_35.py might showcase better this issue :)@schrockn