mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
Troubleshooting ReleaseOnCancelClient, 3rd attempt
This commit is contained in:
parent
d97010de42
commit
c8881f3482
@ -338,7 +338,7 @@ namespace Capnp.Net.Runtime.Tests
|
|||||||
{
|
{
|
||||||
// Scenario 2: Cancellation happened before or while computing the answer.
|
// Scenario 2: Cancellation happened before or while computing the answer.
|
||||||
}
|
}
|
||||||
catch (ObjectDisposedException)
|
catch (AggregateException ex) when (ex.InnerException is ObjectDisposedException)
|
||||||
{
|
{
|
||||||
// Scenario 3: Cancellation happened after computing the answer, and after client-side completion.
|
// Scenario 3: Cancellation happened after computing the answer, and after client-side completion.
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user