diff --git a/CHANGELOG.md b/CHANGELOG.md index 788a7cd..561601b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log ## [Unreleased] +### Fixed +* Fixed `respond` and `raise` not to take extra signs when these functions are called more than once. ## 0.4.87 ### Changed diff --git a/src/gluttony/record/consumer.clj b/src/gluttony/record/consumer.clj index b02c218..11670d0 100644 --- a/src/gluttony/record/consumer.clj +++ b/src/gluttony/record/consumer.clj @@ -51,27 +51,31 @@ (defn- respond* [{:keys [client queue-url consume-chan]} p message] - (deliver p :respond) - (a/go - (when consume-chan - ;; takes a sign and make a space in which next consume can work - (a/