xboo
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?
I found an implementation, which is done through the following code: [dymainc_uri_upstream.lua](https://gist.github.com/br41n10/e2d378c7a04d4861b2f0cbf4d2476d71) ```code local up_conf = { timeout = { connect = 6, send = 300, read = 300 },...
> APISIX doesn't support this. Dynamic routing based on user (token) information is crucial in a multi-cluster mode, and I hope APISIX can implement this.