5 ms·
Thanks, it now makes sense. Quite strange that this specific driver didn't support asynchronous notifications: if you have to poll the database anyway, there's
by filomeno 5y ago
Thanks, it now makes sense.
Quite strange that this specific driver didn't support asynchronous notifications: if you have to poll the database anyway, there's no much difference between doing it without listen/notify support, I guess.