You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, you have to execute a dummy query like SELECT 1 every time you want to get a hold of new notifications from the server. Can anything similar to aiopg be implemented in asyncpg?
Is this still a problem? I just tried this small test and it seems to work fine (prints "Got notification" every second). I don't need to do any dummy queries.
Currently, you have to execute a dummy query like
SELECT 1
every time you want to get a hold of new notifications from the server. Can anything similar to aiopg be implemented in asyncpg?https://aiopg.readthedocs.io/en/stable/examples.html#usage-of-listen-notify-commands
https://www.psycopg.org/docs/connection.html#connection.poll
The text was updated successfully, but these errors were encountered: