Hacker News new | ask | show | jobs
by di4na 3376 days ago
False. In erlang, your message passing is "at most once".

If you send a bad message, the receiver will crash or discard it and it is how it is intended to be.

Erlang embrace laws of maths and physics.