diff options
| author | ire <refsdal.ivar@gmail.com> | 2025-05-21 13:48:10 +0200 |
|---|---|---|
| committer | ire <refsdal.ivar@gmail.com> | 2025-05-21 13:48:10 +0200 |
| commit | 4a3a9a5da6e7a8771eb3adb79172aca5ce8f26a6 (patch) | |
| tree | 8838d1682d0c447cd6dcea7833107789f7ae25b3 /src/com/github/ivarref/yoltq/report_queue.clj | |
| parent | Doc. Return true/false if queues were stopped or not #7 (diff) | |
| download | fiinha-4a3a9a5da6e7a8771eb3adb79172aca5ce8f26a6.tar.gz fiinha-4a3a9a5da6e7a8771eb3adb79172aca5ce8f26a6.tar.xz | |
Misc #7
Diffstat (limited to 'src/com/github/ivarref/yoltq/report_queue.clj')
| -rw-r--r-- | src/com/github/ivarref/yoltq/report_queue.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/github/ivarref/yoltq/report_queue.clj b/src/com/github/ivarref/yoltq/report_queue.clj index c3fd383..b3685b9 100644 --- a/src/com/github/ivarref/yoltq/report_queue.clj +++ b/src/com/github/ivarref/yoltq/report_queue.clj @@ -334,7 +334,7 @@ (not= (all-queues old) (all-queues new))) -(defn stop-multicaster-id! [conn id] +(defn stop-multicast-consumer-id! [conn id] (assert (instance? Connection conn)) (let [did-remove? (atom nil)] (locking consumer-state-lock |
