Merge pull request #5102 from taosdata/hotfix/sangshuduo/TD-2901-csharp-taosdemo-with-mono-doesnot-exit

[TD-2901] <fix>: fix bug taosdemo with mono compiled does not exit.
This commit is contained in:
huili 2021-02-04 15:25:59 +08:00 committed by GitHub
commit 4e2e7596cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -650,6 +650,7 @@ namespace TDengineDriver
tester.CloseConnection(); tester.CloseConnection();
Console.WriteLine("End."); Console.WriteLine("End.");
CleanAndExitProgram(0);
} }
public class InsertDataThread public class InsertDataThread