-
Notifications
You must be signed in to change notification settings - Fork 129
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
AsyncDemo09_Wrap_Fallback_Timeout_WaitAndRetry throws #19
Comments
Can you describe when this happened? It sounds like just a possible race condition in closing down the demo; or possible trying to stop a demo that had already been stopped. |
Posting the output. Hoping this will help. I tried this on two different windows machines. Crashes right out of the box:
|
Hi @virzak . So: It's an exact demonstration of the dimension to
The timeout policies in these demos (async; sync) don't include the necessary defence to catch those walked-away from tasks with I can add that - or you/anyone feel free to make a PR to do so, if you want to explore it! For example, the policy in
Only demo09 (sync and async) is affected. If you're using the wpf version of the demo, we attach a handler for that kind of exception here, and that handler is outputting the exception, then cancelling the demo. The output you posted looks like the result of that. |
This doesn't seem to be part of the demo.
The text was updated successfully, but these errors were encountered: