pekko/akka-tutorials/akka-tutorial-second/src/main
Jonas Bonér 26500bed09 1. Removed implicit scoped timeout in ? method.
Reason: 'pingPongActor.?(Ping)(timeout = TimeoutMillis)' breaks old user code and is so ugly. It is not worth it. Now user write (as he used to): 'pingPongActor ? (Ping, TimeoutMillis)'
2. Fixed broken Cluster communication
3. Added constructor with only String arg for UnhandledMessageException to allow client instantiation of remote exception

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-06-14 14:26:13 +02:00
..
java/akka/tutorial/java/second Merge branch 'master' of github.com:jboner/akka 2011-06-14 00:19:54 +02:00
scala 1. Removed implicit scoped timeout in ? method. 2011-06-14 14:26:13 +02:00