fix(AuthClient): Aktualisiert, um GC.SuppressFinalize in DisposeAsync zu verwenden
This commit is contained in:
parent
5f9926e911
commit
b6d86d3d0d
@ -69,5 +69,6 @@ public class AuthClient : IAuthClient, IAsyncDisposable
|
||||
{
|
||||
await _connection.StopAsync();
|
||||
await _connection.DisposeAsync();
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user