From 6f68e32bfbe439435410e81ac70fdca10f28fbf7 Mon Sep 17 00:00:00 2001 From: Mathieu Velten Date: Thu, 30 Mar 2023 19:41:14 +0200 Subject: to_device updates could be dropped when consuming the replication stream (#15349) Co-authored-by: reivilibre --- changelog.d/15349.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15349.bugfix (limited to 'changelog.d/15349.bugfix') diff --git a/changelog.d/15349.bugfix b/changelog.d/15349.bugfix new file mode 100644 index 0000000000..65ea7ae7eb --- /dev/null +++ b/changelog.d/15349.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where some to_device messages could be dropped when using workers. -- cgit 1.5.1