channels_postgres
channels_postgres copied to clipboard
LISTEN query never stops running
Hi,
In this function a LISTEN query is started. This query however keeps running.
Is this supposed to happen? I would expect a LISTEN query to be executed upon subscribing and a UNLISTEN query to be executed upon unsubscribing.
Thanks in advance Xander