We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
asyncio.exceptions.CancelledError should get handled properly (i.e., get raised to the calling code). At the moment, e.g.,
pytonlib/pytonlib/tonlibjson.py
Lines 206 to 213 in 75d2fbf
The text was updated successfully, but these errors were encountered:
allow cancelled error to bubble up, fixes toncenter#48
183e296
5bff3da
7ec6c7a
515f7d6
2956ad4
No branches or pull requests
asyncio.exceptions.CancelledError should get handled properly (i.e., get raised to the calling code).
At the moment, e.g.,
pytonlib/pytonlib/tonlibjson.py
Lines 206 to 213 in 75d2fbf
marks the worker as "crashed" instead, which makes it difficult for outside code to stop gracefully.
The text was updated successfully, but these errors were encountered: