=str: various minor cleanups
This commit is contained in:
parent
0c6ed6d83d
commit
6af9ced35c
46 changed files with 188 additions and 231 deletions
|
|
@ -173,7 +173,7 @@ private[akka] trait SubscriberManagement[T] extends ResizableMultiReaderRingBuff
|
|||
val element = buffer.read(head)
|
||||
head.dispatch(element)
|
||||
head.totalDemand -= 1
|
||||
dispatch(tail, true)
|
||||
dispatch(tail, sent = true)
|
||||
} else dispatch(tail, sent)
|
||||
case _ ⇒ sent
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue