asyncpg icon indicating copy to clipboard operation
asyncpg copied to clipboard

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

Open slangmgh opened this issue 6 years ago • 1 comments

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

slangmgh avatar Jun 17 '18 05:06 slangmgh

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

treeform avatar Oct 29 '18 23:10 treeform