=rem #3555: Wrong and superfluous match in EndpointWriter

This commit is contained in:
Endre Sándor Varga 2013-07-15 15:42:15 +02:00
parent bc9d8da258
commit 89a3454245

View file

@ -545,13 +545,10 @@ private[remote] class EndpointWriter(
unstashAll()
goto(Writing)
case Event(Send(msg, senderOption, recipient, _), _)
case _ =>
stash()
stay()
case _: StopReading
stash()
stay()
}
whenUnhandled {