brano543

Results 14 comments of brano543

Hello, I have tried to put it together with simple hello-world example, but unfortunately I am still unable to get Cmake to find the libosmium which was build by Nix....

Nevermind, I have figured it out. The problem is that libosmium is header-only library which has multiple dependencies which also header-only. In order to check for their presence we need...

#167 Added the examples.

Hey there. Are there any future plans for fixing this issue? This project has great potential and I can see that a lot of effort has been put into it...

> I wish we could add a test to this to prevent future changes to the same, but it seems quite difficult to implement. > > So I'm OK with...

It is unbelievable, but even this fix doesn't fully resolve it yet ! I am thinking on what to do. The issue is that sequelize-pool uses internal _inUseObjects array. If...

I was thinking about it and I think with current design the only solution is to call destroyAllNow() in case retry-as-promised loop times out. The current code only handles case...

I have performed another round of testing. The sequelize-pool library always ends up with some connections inside _inuseobjects which will forever get stuck there. I also see my latest changes...

Hell yeah I did it ! I have tested multiple scenarios and all are passing. 1) Let server connect to PostgreSQL. Make some parallel requests to force library use all...

@bl0cknumber , @WikiRik , @ephys I believe we are ready to merge it now.