summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-08-13 07:49:06 -0400
committerGitHub <noreply@github.com>2021-08-13 11:49:06 +0000
commitc12b5577f22ee587b60ad7b65e88322ce1d86b7b (patch)
tree46aa067c4e888a666bd52f7d9ad5224500024535 /changelog.d
parentStop building a debian package for Groovy Gorilla (#10588) (diff)
downloadsynapse-c12b5577f22ee587b60ad7b65e88322ce1d86b7b.tar.xz
Fix a harmless exception when the staged events queue is empty. (#10592)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10592.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10592.bugfix b/changelog.d/10592.bugfix
new file mode 100644
index 0000000000..efcdab1136
--- /dev/null
+++ b/changelog.d/10592.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.37.1 where an error could occur in the asyncronous processing of PDUs when the queue was empty.