Commit eecea48e authored by James Kirk's avatar James Kirk
Browse files

fix: commenting out watch_config until fixed

2 merge requests!26Resolve "Release v1.0.0",!25refactor: changed to an async connection method, sharing a channel as much as we can
Pipeline #133927 failed with stages
in 22 seconds
......@@ -155,7 +155,7 @@ def run_bus(clients, channel):
# Global vars are not shared across threads so you
# have to pass the global var into the thread
watch_config(RUNNING_CLIENTS)
# watch_config(RUNNING_CLIENTS)
def on_channel_open(channel):
# Invoked when the channel is open
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment