Minor fixes from review comments.
This commit is contained in:
parent
82bbca43ab
commit
fd82251501
6 changed files with 2 additions and 10 deletions
|
|
@ -306,7 +306,7 @@ private[akka] case class RemoteActorRef private[akka] (
|
|||
|
||||
def resume(): Unit = ()
|
||||
|
||||
def stop() { //FIXME send the cause as well! (WDYM?)
|
||||
def stop() {
|
||||
synchronized {
|
||||
if (running) {
|
||||
running = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue