Removed Actor.send function

This commit is contained in:
Jonas Bonér 2010-03-30 23:58:50 +02:00
parent 7cf13c7715
commit 19879f3605
11 changed files with 40 additions and 40 deletions

View file

@ -310,7 +310,7 @@ class RemoteServerHandler(
actor.!(message)(Some(remoteActor))
} else {
// couldn't find a way to reply, send the message without a source/sender
actor.send(message)
actor ! message
}
} else {
try {