asyncpg
asyncpg copied to clipboard
how can'I get message from notification listener
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