Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix await blocked by context exit #27

Merged
merged 2 commits into from
Apr 25, 2017
Merged

Conversation

syrusakbary
Copy link
Owner

@syrusakbary syrusakbary commented Apr 25, 2017

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

There is a blocking issue caused by an await call inside a Promise Context.
It was easily fixed by draining the context queue on accessing the future.

Please check the test_await_in_context test in tests/test_awaitable_35.py to see an example showcasing the issue.
@syrusakbary syrusakbary merged commit 386a619 into master Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant