alvinj / AkkaRemoteActorsHelloWorld

A simple "Hello, world" example that shows to to use remote actors with Akka
http://alvinalexander.com
46 stars 30 forks source link

Upgraded: Akka v 2.4.9 & Scala v 2.11.8 #5

Open mathant opened 8 years ago

mathant commented 8 years ago

Upgraded to Akka version 2.4.9 (previous version: 2.1.1) and Scala version 2.11.8 (previous version: 2.10.1). Fixed the relevant problems arising form it. The program is fully functional.

Changed the port number of local from 0 - 5151 as it was sometimes weirdly blocking the port

revelfire commented 7 years ago

+1 on this PR. Works great for me. Bump!! There's crap for examples on this out there and I've killed over a week getting this stuff working. @alvinj you should integrate this PR and update you're article. We're counting on you!