Connect should not error on ipType switching
jackwotherspoon opened this issue · 0 comments
jackwotherspoon commented
Consecutive connect calls where the ipType
switches between calls should not error out which it does currently. We store all the ip addresses of an instance in the connectionInfo so there is no need to error.
cloud-sql-nodejs-connector/src/connector.ts
Lines 80 to 87 in 00a6eae