-
Notifications
You must be signed in to change notification settings - Fork 223
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
[Question]: Order of requests in capnp-rpc #528
Comments
capnp-rpc is supposed to deliver messages in the order they were received: capnproto/capnproto#1862 (comment) However, there are some known issues. For example, promise resolution over a two-hop connection could break ordering (#529). Moreover, we currently depend on the task scheduler (tokio usually) being first-in-first-out: capnproto-rust/capnp-rpc/src/local.rs Lines 414 to 421 in 0c5996a
Method calls are initiated sequentially (each call gets access to |
Closing because this is a question not an issue. In the future, please use https://github.com/capnproto/capnproto-rust/discussions for this kind of thing. |
Thanks for answering the question!
Sorry for using issue for questions 😵, I will use discussion next time. |
Hi, thanks for the work on the project!
I would like to know the answers to the following questions:
The text was updated successfully, but these errors were encountered: