jasongoodwin / learning-akka

Code From Learning Akka
Apache License 2.0
262 stars 166 forks source link

Set akka remoting port to 0 #2

Closed gorskima closed 8 years ago

gorskima commented 8 years ago

This fix sets akka remoting port to 0, so that it's automatically assigned - this way it won't collide with port 2552 used by akkademy-db. We are the client so we don't care what port we are listening on.

jasongoodwin commented 8 years ago

thanks!