CC-5808: Fixed breakage at shutdown

This commit is contained in:
Albert Santoni 2014-04-22 15:03:46 -04:00
parent f65e7dd721
commit d77f107df5
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class MessageListener:
def graceful_shutdown(self, signum, frame):
'''Disconnect and break out of the message listening loop'''
self._shutdown = True
self.disconnect_from_message_listener()
self.disconnect_from_messaging_server()
@staticmethod
def msg_received_callback(channel, method_frame, header_frame, body):