We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Call mlm_client_set_worker will change the state of the client to confirming_state. If a message (stream, service, mailbox) arrived between this state change and the reply from the server, the message will not be handled (https://github.com/zeromq/malamute/blob/master/src/mlm_client_engine.inc#L853)
The text was updated successfully, but these errors were encountered:
Small hacky(i'm not sure it's the good way to handle that) patch: diorcety@eae44c5
Sorry, something went wrong.
Seems that you are on the right way, but this file is 100% generated. You need to make changes in the template https://github.com/zeromq/zproto/blob/master/src/zproto_client_c.gsl
You mean src/mlm_client.xml ?
No branches or pull requests
Call mlm_client_set_worker will change the state of the client to confirming_state. If a message (stream, service, mailbox) arrived between this state change and the reply from the server, the message will not be handled (https://github.com/zeromq/malamute/blob/master/src/mlm_client_engine.inc#L853)
The text was updated successfully, but these errors were encountered: