Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer-saas
This commit is contained in:
commit
d01f5a4ffe
|
@ -126,7 +126,7 @@ class MessageListener:
|
||||||
def graceful_shutdown(self, signum, frame):
|
def graceful_shutdown(self, signum, frame):
|
||||||
'''Disconnect and break out of the message listening loop'''
|
'''Disconnect and break out of the message listening loop'''
|
||||||
self._shutdown = True
|
self._shutdown = True
|
||||||
self.disconnect_from_message_listener()
|
self.disconnect_from_messaging_server()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def msg_received_callback(channel, method_frame, header_frame, body):
|
def msg_received_callback(channel, method_frame, header_frame, body):
|
||||||
|
|
Loading…
Reference in New Issue