Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadCommandSystem
Commits
5688360f
Commit
5688360f
authored
Jul 24, 2014
by
Xavier Pacalet
Browse files
Fix.
parent
8c52378d
Changes
1
Hide whitespace changes
Inline
Side-by-side
zmqArray/src/fr/ill/ics/nscclient/dataprovider/arraytransfer/ZMQClient.java
View file @
5688360f
...
...
@@ -43,12 +43,12 @@ public class ZMQClient {
InputStream
input
=
null
;
try
{
// load file
File
file
=
new
File
(
"./
src/manager/config
.properties"
);
File
file
=
new
File
(
"./
zmq
.properties"
);
input
=
new
FileInputStream
(
file
);
prop
.
load
(
input
);
endpoint
=
prop
.
getProperty
(
"ZMQManagerServerIP"
)
+
":"
+
prop
.
getProperty
(
"
5555
"
);
":"
+
prop
.
getProperty
(
"
ZMQManagerServerPort
"
);
}
catch
(
IOException
io
)
{
endpoint
=
"127.0.0.1:5555"
;
...
...
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