Merge branch 'cc-5709-airtime-analyzer-cloud-storage' into cc-5709-airtime-analyzer-cloud-storage-saas
This commit is contained in:
commit
9737dda225
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class MessageListener:
|
||||||
self._shutdown = True
|
self._shutdown = True
|
||||||
self.disconnect_from_messaging_server()
|
self.disconnect_from_messaging_server()
|
||||||
|
|
||||||
def msg_received_callback(channel, method_frame, header_frame, body):
|
def msg_received_callback(self, channel, method_frame, header_frame, body):
|
||||||
''' A callback method that runs when a RabbitMQ message is received.
|
''' A callback method that runs when a RabbitMQ message is received.
|
||||||
|
|
||||||
Here we parse the message, spin up an analyzer process, and report the
|
Here we parse the message, spin up an analyzer process, and report the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue