-
Notifications
You must be signed in to change notification settings - Fork 67
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
set_error() does not get called #156
Comments
You are right. I will fix this for the next release. |
@FelixPetriconi thank you. Although I did not mention it, it seems I have a similar issue with close() not being called when expected, i.e. when set_error() is NOT defined and an exception is thrown in await(). Let me know if you need an example for this issue too. |
@Paultok I have a fix. But it must be called differently than you have thought. |
Fixed in 1.3.0 |
Hi, the following program has been taken from one of your examples. I modified it to deliberately throw an exception from within await(). Correct me if I am wrong, but in this case the documentation seems to be saying that this would make the library call set_error() at some point in the future, but it does not happen. What am I missing?
The text was updated successfully, but these errors were encountered: