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:
commit
4e2e7596cb
|
@ -650,6 +650,7 @@ namespace TDengineDriver
|
||||||
tester.CloseConnection();
|
tester.CloseConnection();
|
||||||
|
|
||||||
Console.WriteLine("End.");
|
Console.WriteLine("End.");
|
||||||
|
CleanAndExitProgram(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
public class InsertDataThread
|
public class InsertDataThread
|
||||||
|
|
Loading…
Reference in New Issue