Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yori Fournier
myplotlib
Commits
116adef8
Commit
116adef8
authored
Feb 07, 2018
by
Yori Fournier
Browse files
trying again
parent
50fd4b3d
Pipeline
#428
passed with stage
in 3 minutes and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/network/test_com.py
View file @
116adef8
...
...
@@ -14,7 +14,7 @@ import clientside.myplotlib as mpl_client
server
=
mpl_server
.
MplServer2
(
port
=
12345
,
knownFunctions
=
SERVER_IOFUNCTIONS
,
knownFigures
=
SERVER_FIGURES
)
client
=
mpl_client
.
MplClient2
()
server
.
run
()
server
.
run
(
as_daemon
=
True
)
print
"Server loop running in thread:"
,
server
.
server_thread
.
name
client
.
connect
((
'localhost'
,
12345
))
print
(
"Client is now connected"
)
...
...
test/network/test_com_nogl.py
View file @
116adef8
...
...
@@ -13,7 +13,7 @@ import clientside.myplotlib as mpl_client
server
=
mpl_server
.
MplServer2
(
port
=
12345
,
knownFunctions
=
SERVER_IOFUNCTIONS
,
knownFigures
=
SERVER_FIGURES
)
client
=
mpl_client
.
MplClient2
()
server
.
run
()
server
.
run
(
as_daemon
=
True
)
print
"Server loop running in thread:"
,
server
.
server_thread
.
name
client
.
connect
((
''
,
12345
))
print
(
"Client is now connected"
)
...
...
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