UseTheForceDave
UseTheForceDave
> I have try http://httpbin.org/ is working . https://httpbin.org is working too. >  Yes direct connections to http://httpbin.org/ work but connections through APISIX with a route to httpbin.org:80 doesnt...
Maybe some oddity of WSL2 All happens within .000075 seconds 
will try it again on a Mac to see if its WSL related
Ok I can confirm this is an oddity of running it on Windows WSL2. This works fine on a Mac. Perhaps the documentation should mention WSL2 having oddities?
This issue still seems to be occurring. Is the workaround to use connection instead of pools?
This is what they did in PHP to fix this. https://github.com/php/php-src/commit/f3a14d1b1ad6cd60570b264f913536c4b28bc10f Not sure where in this repo this would go It looks like node is doing something similar here: https://github.com/markdirish/node-odbc/blob/69f49bd4703e569ef01693f4d9241bcdeffa5b00/src/odbc_connection.cpp#L199-L218...
Ah! sorry you're right this code looks right. I'll have to keep looking around to try and figure out why I'm getting ``` State 08S01 Code 10054 [IBM][System i Access...
Maybe the issue is here: https://github.com/markdirish/node-odbc/blob/69f49bd4703e569ef01693f4d9241bcdeffa5b00/lib/Pool.js#L253 I think an assumption is being made that the connection that's being popped is a good connection, and perhaps ```connection.connected``` should be checked on...
@cblair-dev since you are running it from windows I would of expected it to grab the [odbc-v2.4.8-win32-x64-napi-v6.tar.gz](https://github.com/markdirish/node-odbc/releases/download/v2.4.8/odbc-v2.4.8-win32-x64-napi-v6.tar.gz) on this page https://github.com/markdirish/node-odbc/releases 
FWIW - might be a strict typing issue in c++ with the changes made in node.js core forcing a strict type node_api_nogc_finalize now and complaining about using the non garbage...