Skip to content
Snippets Groups Projects
Commit 7c451d2a authored by Bo-Chun Chen's avatar Bo-Chun Chen Committed by Ravi Tripathi
Browse files

Rename disconnect method

parent 78c2020c
No related branches found
No related tags found
1 merge request!27Feat rc_util add function
...@@ -42,7 +42,7 @@ class UserRegMQ(object): ...@@ -42,7 +42,7 @@ class UserRegMQ(object):
exchange_type=self.EXCHANGE_TYPE exchange_type=self.EXCHANGE_TYPE
durable=True) durable=True)
def close(self): def disconnect(self):
self._connection.close() self._connection.close()
def publish_msg(self, obj): def publish_msg(self, obj):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment