Merge remote-tracking branch 'origin/develop' into newDoctor

This commit is contained in:
fabjuuuh
2020-10-16 15:04:16 +02:00
7 changed files with 55 additions and 105 deletions

View File

@@ -301,6 +301,7 @@ namespace ClientApp.Utils
this.stream.Dispose();
this.client.Dispose();
this.handler.stop();
this.engineConnection.Stop();
}
}
}