Merge pull request #1615 from drewhk/wip-wrong-match-epwriter-drewhk

=rem #3555: Wrong and superfluous pattern match in EndpointWriter
This commit is contained in:
drewhk 2013-08-20 02:02:46 -07:00
commit 0a7e9e6dc5

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 {