Closed hajime-moto closed 8 years ago
First of all thank for this awesome library. Everyone I work with loves postgresql-async :)
Question: Does postgresql-aync long polling for LISTEN/NOTIFY? Or does it use async connection to send Event notification to the client ?
@hajime-moto no long polling, it's all using the async connection.
First of all thank for this awesome library. Everyone I work with loves postgresql-async :)
Question: Does postgresql-aync long polling for LISTEN/NOTIFY? Or does it use async connection to send Event notification to the client ?