asyncpg
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.
The current implementation of the getFreeConnection support only one call wait.
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