cheatfate / asyncpg

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

Notify function on apgPool may not be correct. #5

Open slangmgh opened 6 years ago

slangmgh commented 6 years ago

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.