Skip to content
Snippets Groups Projects

Feat rc_util add function

Closed Bo-Chun Chen requested to merge github/fork/diedpigs/feat-util-add-function into develop
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -88,5 +88,3 @@ class RCRMQ(object):
@@ -88,5 +88,3 @@ class RCRMQ(object):
def stop_consume(self):
def stop_consume(self):
self._channel.basic_cancel(self._consumer_tag)
self._channel.basic_cancel(self._consumer_tag)
if not self.DURABLE:
self._channel.queue_delete(self.QUEUE)
Loading