asyncpg icon indicating copy to clipboard operation
asyncpg copied to clipboard

how can'I get message from notification listener

Open geohuz opened this issue 4 years ago • 0 comments

Sorry I'm a freshman of nim-lang, I'm tring to implement a postgresql client which can listen to the notification from server, and now I'm wondering how can I get the notify message from the listenNotify proc, I'm trying to use var result = listenNotify(dbConn, "test") but with compiler error

geohuz avatar Feb 23 '21 08:02 geohuz