Adding debug messages for all remote exceptions, to ease debugging of remoting
This commit is contained in:
parent
e66d46671a
commit
c2597ed33d
3 changed files with 100 additions and 34 deletions
|
|
@ -459,7 +459,7 @@ class NettyRemoteSupport(_system: ActorSystemImpl, val remote: Remote, val addre
|
|||
|
||||
def name = currentServer.get match {
|
||||
case Some(server) ⇒ server.name
|
||||
case None ⇒ "Non-running NettyRemoteServer@" + remote.remoteAddress
|
||||
case None ⇒ remote.remoteAddress.toString
|
||||
}
|
||||
|
||||
private val _isRunning = new Switch(false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue