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

In chapter 9 it is wrongly said that messages can arrive out-of-order. #36

Open
edevil opened this issue Nov 27, 2015 · 0 comments
Open

Comments

@edevil
Copy link

edevil commented Nov 27, 2015

In chapter 9, in the "Messages Are Asynchronous" paragraph, it is explicitly mentioned that "remember that the order in which a process receives messages may not be the same order in which they were sent". However, this is only true if the sending is done by different processes which is not the case in the example.

In the Erlang manual we can find "If there is a live process and you send it message A and then message B, it's guaranteed that if message B arrived, message A arrived before it".

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

No branches or pull requests

1 participant