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
/// Add a handler for NotificationResponse messages on a certain channel. This is used in conjunction with PostgreSQL's `LISTEN`/`NOTIFY` support: to listen on a channel, you add a listener using this method to handle the NotificationResponse messages, then issue a `LISTEN` query to instruct PostgreSQL to begin sending NotificationResponse messages.
100
+
/// Add a handler for NotificationResponse messages on a certain channel.
101
+
///
102
+
/// This is used in conjunction with PostgreSQL's `LISTEN`/`NOTIFY` support:
103
+
/// to listen on a channel, you add a listener using this method to handle the NotificationResponse messages,
104
+
/// then issue a `LISTEN` query to instruct PostgreSQL to begin sending NotificationResponse messages.
0 commit comments