Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bliss
bliss
Commits
db9aeaf2
Commit
db9aeaf2
authored
Jun 16, 2021
by
Valentin Valls
Browse files
Fix close of flint server
- There is no rpc_connection in the server side
parent
03599e74
Pipeline
#49054
passed with stages
in 100 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bliss/flint/helper/rpc_server.py
View file @
db9aeaf2
...
...
@@ -37,7 +37,7 @@ def safe_rpc_server(obj):
_logger
.
error
(
"Exception while serving %s"
,
url
,
exc_info
=
True
)
raise
finally
:
server
.
_rpc_connection
.
close
()
server
.
close
()
@
contextlib
.
contextmanager
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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