node-postgres icon indicating copy to clipboard operation
node-postgres copied to clipboard

ECONNRESET errors?

Open deostroll opened this issue 3 years ago • 0 comments

So in my app I have postgres pool active. Now if I try to instantiate a pg.Client with the same connection info as that of the pg.Pool and then call the connect() method on that client, I am seeing this error. Is this by design? Or is there some other issue I need to troubleshoot?

deostroll avatar Feb 25 '22 08:02 deostroll