removed double dispose
This commit is contained in:
@@ -101,7 +101,6 @@ public sealed class SetupServer : IDisposable
|
||||
}
|
||||
|
||||
await _startupServer.StopAsync().ConfigureAwait(false);
|
||||
_startupServer.Dispose();
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
||||
Reference in New Issue
Block a user