зеркало из https://github.com/dotnet/tye.git
Also catch aggregate exception
This commit is contained in:
Родитель
3756e2a60e
Коммит
bd0b53c2f2
|
@ -189,6 +189,9 @@ namespace Microsoft.Tye.Hosting
|
|||
{
|
||||
await _host.StopAsync();
|
||||
}
|
||||
catch (AggregateException)
|
||||
{
|
||||
}
|
||||
catch (ObjectDisposedException)
|
||||
{
|
||||
// System.ObjectDisposedException: Cannot access a disposed object.
|
||||
|
|
Загрузка…
Ссылка в новой задаче