Skip to content
Snippets Groups Projects
Commit 0b99d765 authored by legoc's avatar legoc
Browse files

Version 0.1.7 of cameo-api

parent d0530a6e
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment