cheatfate / asyncpg

Asynchronous PostgreSQL driver for Nim language
MIT License
59 stars 6 forks source link

If there is two call to wait for free connection of the pool, the later will overwrite the future of the first. #6

Open slangmgh opened 6 years ago

slangmgh commented 6 years ago

The current implementation of the getFreeConnection support only one call wait.

treeform commented 6 years ago

Do you think this fixes it? https://github.com/cheatfate/asyncpg/pull/8/files

Do you think your issue is same as mine? https://github.com/cheatfate/asyncpg/issues/9