Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
68c26dd4
Unverified
Commit
68c26dd4
authored
Apr 24, 2019
by
chicm-ms
Committed by
GitHub
Apr 24, 2019
Browse files
Fix dispatcher exception handling issue (#1018)
parent
a46bf0d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/sdk/pynni/nni/msg_dispatcher_base.py
src/sdk/pynni/nni/msg_dispatcher_base.py
+2
-0
No files found.
src/sdk/pynni/nni/msg_dispatcher_base.py
View file @
68c26dd4
...
@@ -77,6 +77,8 @@ class MsgDispatcherBase(Recoverable):
...
@@ -77,6 +77,8 @@ class MsgDispatcherBase(Recoverable):
break
break
else
:
else
:
self
.
enqueue_command
(
command
,
data
)
self
.
enqueue_command
(
command
,
data
)
if
self
.
worker_exceptions
:
break
_logger
.
info
(
'Dispatcher exiting...'
)
_logger
.
info
(
'Dispatcher exiting...'
)
self
.
stopping
=
True
self
.
stopping
=
True
...
...
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