Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
communications-backbone
Commits
eecea48e
Commit
eecea48e
authored
1 year ago
by
James Kirk
Browse files
Options
Download
Email Patches
Plain Diff
fix: commenting out watch_config until fixed
parent
a1e7c64e
dev
11-add-websockets
master
v1.0.0
2 merge requests
!26
Resolve "Release v1.0.0"
,
!25
refactor: changed to an async connection method, sharing a channel as much as we can
Pipeline
#133927
failed with stages
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
soar_bus.py
soar_bus.py
+1
-1
No files found.
soar_bus.py
View file @
eecea48e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment