asyncpg icon indicating copy to clipboard operation
asyncpg copied to clipboard

Notify function on apgPool may not be correct.

Open slangmgh opened this issue 6 years ago • 0 comments

Because the listen/notify connection must be the same, and using apgPool doesn't promise it, so it is not proper when using apgPool to listen and notify, because they will get the different connection.

slangmgh avatar Jun 17 '18 05:06 slangmgh