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
the _MSG_NOTIFICATION_RESPONSE is defined in the code, but the message type is not implemented.
There are a few ways to implement this, but simply providing a conn.listen("channel") that returns a stream seems the most obvious and idiomatic to me. the postgres listen command operates 'per-connection' and doesn't block, so I'm not sure how this would interact with pools (if at all).