[TD-2901] <fix>: fix bug taosdemo with mono compiled does not exit.

This commit is contained in:
Shuduo Sang 2021-02-01 17:31:05 +08:00
parent 3a2e0297cc
commit 6ec2bca1b8
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