Closed gideonairex closed 9 years ago
Hello, for Disque general questions are handled via Stack Overflow. Please could you send your question there, tagged disque
, and ping me here when you did? I'll reply promptly. Thanks.
Hi, heres the stackoverflow question
Thanks @gideonairex I just replied.
I have created a node client which is disqueue-node. I have implemented a RPC. My concern is that I have achieved this using 3 tcp connections for request, response and replyQueue. In the reason that get jobs waits until it gets jobs then hangs up the rest of the commands. Do you think it can be achieved using 1 tcp connection?