Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
sn
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Turris
Sentinel
sn
Commits
518abee7
Commit
518abee7
authored
Jun 05, 2018
by
Robin Obůrka
Committed by
Robin Obůrka
Jun 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msgloop: Add log message for safe clean-up detection
parent
e500c9cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sn/msgloop.py
sn/msgloop.py
+1
-0
No files found.
sn/msgloop.py
View file @
518abee7
...
@@ -112,6 +112,7 @@ class SNBox():
...
@@ -112,6 +112,7 @@ class SNBox():
def
teardown_box
(
self
):
def
teardown_box
(
self
):
self
.
zmq_ctx
.
destroy
()
self
.
zmq_ctx
.
destroy
()
self
.
logger
.
info
(
"SNBox shutting down box %s"
,
self
.
name
)
def
run_loop
(
self
):
def
run_loop
(
self
):
while
self
.
loop_continue
:
while
self
.
loop_continue
:
...
...
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