Merge branch 'master' of git@github.com:jboner/akka
This commit is contained in:
commit
04b514228b
25 changed files with 35 additions and 589 deletions
|
|
@ -21,7 +21,7 @@ object Log {
|
|||
}
|
||||
|
||||
@serializable class RemotePingPong1Actor extends Actor {
|
||||
self.dispatcher = Dispatchers.newThreadBasedDispatcher(self)
|
||||
// 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