Scala message order
1 answer
Akka Documentation, Message Delivery Reliability , Discussion: Ordering Messages:
... for a given pair of actors, messages sent directly from the first to the second will not receive non-business hours.
Please note that there is no guaranteed delivery, so any message may be lost. For example: sent {1, 2, 3}
- received {1, 3}
.
+3
source to share