Removed Actor.send function
This commit is contained in:
parent
d8461f4dca
commit
b0bee0d417
11 changed files with 40 additions and 40 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue