Corrected several misspellings of the word "losing".
This commit is contained in:
parent
ecc916abfd
commit
269a3b3647
6 changed files with 8 additions and 8 deletions
|
|
@ -136,7 +136,7 @@ object Receiver {
|
|||
|
||||
class Receiver extends Actor {
|
||||
/**
|
||||
* Simulate loosing 75% of all messages on the receiving end. We want to see the redelivery in action!
|
||||
* Simulate losing 75% of all messages on the receiving end. We want to see the redelivery in action!
|
||||
*/
|
||||
def shouldSendAck = ThreadLocalRandom.current.nextDouble() < 0.25
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue