ani
ani
Also 1) add an example to show users that every function body requires another call to asyncblock before calling any async functions and that passing the flow object to callee...
On the surface async/await looks like it could replace asyncblock, but it cannot until JavaScript also exposes a parent async context like asyncblock. There's no way to call await from...
> This happened with me in 8.7.3, [this](https://github.com/brianc/node-postgres/issues/2648#issuecomment-972188734) did not work with me, tried [this](https://stackoverflow.com/a/71158331) and it worked perfectly > > ``` > const postgresPool = new Pool({ connectionString })...
> > The reason why your solution "seems to work" is because you never actually ended the client session and released it back to the running pool. > > @Animadei...