You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on my testing, I think pgmoon now violates the pool separation since v.1.14 when the decision was made to hold on to the socket object after disconnect. When making subsequent connection regardless of the pool name provided, you get the same object.
The text was updated successfully, but these errors were encountered:
after a lot of digging through the code, I found out the issue: pool: @config.pool_name
it's now expecting pool_name setting instead of pool, which is wrong per the documentation
Based on my testing, I think pgmoon now violates the pool separation since v.1.14 when the decision was made to hold on to the socket object after disconnect. When making subsequent connection regardless of the pool name provided, you get the same object.
The text was updated successfully, but these errors were encountered: