Fixed supervision bugs
This commit is contained in:
parent
844fa2db06
commit
b079a128b7
6 changed files with 161 additions and 170 deletions
|
|
@ -40,7 +40,6 @@ object Log {
|
|||
}
|
||||
|
||||
@serializable class RemotePingPong2Actor extends Actor {
|
||||
self.dispatcher = Dispatchers.newThreadBasedDispatcher(self)
|
||||
def receive = {
|
||||
case BinaryString("Ping") =>
|
||||
Log.messageLog.put("ping")
|
||||
|
|
@ -55,7 +54,6 @@ object Log {
|
|||
}
|
||||
|
||||
@serializable class RemotePingPong3Actor extends Actor {
|
||||
self.dispatcher = Dispatchers.newThreadBasedDispatcher(self)
|
||||
def receive = {
|
||||
case BinaryString("Ping") =>
|
||||
Log.messageLog.put("ping")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue