+act #13992 Improve identify replies of wildcard selections

(cherry picked from commit 4747b18d66fafb5699168288b09b7f39da5c2e4e)

Conflicts:
	akka-actor/src/main/scala/akka/actor/ActorSelection.scala
	project/AkkaBuild.scala
This commit is contained in:
Patrik Nordwall 2014-06-04 15:26:33 +02:00
parent 67784dbdae
commit 0fd9198f5d
8 changed files with 165 additions and 41 deletions

View file

@ -583,7 +583,7 @@ private[remote] class EndpointWriter(
def enqueueInBuffer(msg: AnyRef): Unit = msg match {
case s @ Send(_: PriorityMessage, _, _, _) prioBuffer offer s
case s @ Send(ActorSelectionMessage(_: PriorityMessage, _), _, _, _) prioBuffer offer s
case s @ Send(ActorSelectionMessage(_: PriorityMessage, _, _), _, _, _) prioBuffer offer s
case _ buffer offer msg
}