node-postgres
node-postgres copied to clipboard
ECONNRESET errors?
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?