Results 6 comments of xboo

I also have this problem and the process doesn't close automatically when I close the program

> I figured out that the problem might really be related to OneDrive, I'm using OneDrive in the same situation as you

:)

i have the same problem,i write a customer plugin, but i don' known which is the best way? https://github.com/apache/apisix/issues/11342

` string sql = @"SELECT TOP 1 [CompanyName] FROM[Group.ERP].[dbo].[CostCompany]"; MyCatConnection conn = new MyCatConnection("Database=TESTDB;Data Source=192.168.117.200;User Id=root;Password=123456;pooling=false;port=8066"); MyCatCommand cmd = new MyCatCommand(sql, conn); conn.Open(); MyCatDataReader reader = cmd.ExecuteReader(); try { while...

This problem still exists, anyone have idea to solve it?