Ripping out ReadTimeout and adding Idle timeout and fixing issues with configured port on top of that
This commit is contained in:
parent
d8d0f4486f
commit
9421f37f96
8 changed files with 448 additions and 404 deletions
|
|
@ -8,9 +8,9 @@ import scala.reflect.BeanProperty
|
|||
import akka.actor.{ Terminated, LocalRef, InternalActorRef, AutoReceivedMessage, AddressExtractor, Address, ActorSystemImpl, ActorSystem, ActorRef }
|
||||
import akka.dispatch.SystemMessage
|
||||
import akka.event.{ LoggingAdapter, Logging }
|
||||
import akka.remote.RemoteProtocol.{ RemoteMessageProtocol, RemoteControlProtocol, AkkaRemoteProtocol, ActorRefProtocol }
|
||||
import akka.AkkaException
|
||||
import akka.serialization.Serialization
|
||||
import akka.remote.RemoteProtocol._
|
||||
|
||||
/**
|
||||
* Remote life-cycle events.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue