We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ea989 commit 806ffe7Copy full SHA for 806ffe7
1 file changed
store/postgres/src/notification_listener.rs
@@ -284,6 +284,7 @@ impl NotificationListener {
284
}
285
286
287
+ warn!(logger, "Listener dropped. Terminating listener thread");
288
}))
289
.unwrap_or_else(|_| std::process::exit(1))
290
});
0 commit comments