pekko/akka-tutorials
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
..
akka-tutorial-first Bump version to 2.0-SNAPSHOT 2011-05-18 12:44:37 +12:00
akka-tutorial-second 1. Removed implicit scoped timeout in ? method. 2011-06-14 14:26:13 +02:00