Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sporadic issue of response not received after request sent using REQ socket #156

Open
NallasivanK opened this issue Oct 5, 2017 · 1 comment

Comments

@NallasivanK
Copy link

I am using a java server application (developed using JeroMQ) as well as C++ client(developed using libzmq). here server using REP socket and Client using REQ socket. as per my understanding irrespective of server available or not , Client can send message using lipzmq, which will be delivered when server comes up. so from client side first one message will be sent and waits indefinitely. i waited for around 2 hours and started Server. i expected that server will receive the message from client which was sent 2 hours back and will reply to Client so that client will start sending other messages . but server did not receive the message , hence client gets blocked indefinitely. from client side message sent successfully. is there any chance that message might loss, by the way i am using TCP as transport protocol both server and client on same pc itself. timely help required.

@NallasivanK NallasivanK changed the title Sopradical issue of response not received after request sent using REQ socket Sporadic issue of response not received after request sent using REQ socket Oct 5, 2017
@sigiesec
Copy link
Member

sigiesec commented Apr 4, 2018

Please provide a minimal example that reproduces the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants