CR Feedback
This commit is contained in:
parent
9b061ececb
commit
82f58d5f16
|
|
@ -32,7 +32,6 @@ namespace Microsoft.AspNet.Hosting.Internal
|
|||
public void Dispose()
|
||||
{
|
||||
_stop.Dispose();
|
||||
(_services as IDisposable)?.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -127,6 +127,7 @@ namespace Microsoft.AspNet.Hosting.Internal
|
|||
_applicationLifetime.NotifyStopping();
|
||||
server.Dispose();
|
||||
_applicationLifetime.NotifyStopped();
|
||||
(_applicationServices as IDisposable)?.Dispose();
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue