This commit is contained in:
BlubbFish 2018-06-02 17:14:42 +00:00
parent e62e2d9446
commit 46f7953a14
5 changed files with 1 additions and 3 deletions

View File

@ -52,9 +52,7 @@ namespace BlubbFish.Utils.IoT.Connector.Data {
this.disposedValue = true;
}
}
~Mqtt() {
Dispose(false);
}
public override void Dispose() {
Dispose(true);
GC.SuppressFinalize(this);

Binary file not shown.

Binary file not shown.