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
Shervin Nourbakhsh
cameo
Commits
0b99d765
Commit
0b99d765
authored
Mar 03, 2020
by
legoc
Browse files
Version 0.1.7 of cameo-api
parent
d0530a6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
cameo-api/src/main/java/fr/ill/ics/cameo/impl/RequestImpl.java
View file @
0b99d765
...
...
@@ -72,6 +72,7 @@ public class RequestImpl {
responseMessage
.
add
(
response
);
// Create a new socket.
// Notice that trying to reuse a socket by calling connect() does not work (it is worse with jeromq)
RequestSocket
requestSocket
=
application
.
createRequestSocket
(
requesterEndpoint
);
requestSocket
.
request
(
responseMessage
);
requestSocket
.
terminate
();
...
...
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